HomeSort by relevance Sort by last modified time
    Searched refs:BIO_set_close (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
bio.h 505 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
  /external/openssl/include/openssl/
bio.h 505 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
  /external/openssl/ssl/
s3_enc.c 557 (void)BIO_set_close(s->s3->handshake_buffer,BIO_CLOSE);

Completed in 40 milliseconds