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

  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.cc 212 (void)BIO_set_close(bio, BIO_NOCLOSE);
  /external/openssl/crypto/bio/
bio.h 569 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
    [all...]
  /external/openssl/include/openssl/
bio.h 569 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
    [all...]
  /external/openssl/ssl/
s3_enc.c 560 (void)BIO_set_close(s->s3->handshake_buffer,BIO_CLOSE);

Completed in 240 milliseconds