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

  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio.c 362 int BIO_set_close(BIO *bio, int close_flag) {
  /external/openssl/crypto/bio/
bio.h 572 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
    [all...]
  /external/openssl/include/openssl/
bio.h 572 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
    [all...]

Completed in 37 milliseconds