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

  /external/openssl/crypto/bio/
bss_file.c 177 if ((ret=BIO_new(BIO_s_file())) == NULL)
192 if ((ret=BIO_new(BIO_s_file())) == NULL)
200 BIO_METHOD *BIO_s_file(void)
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
file.c 142 ret = BIO_new(BIO_s_file());
153 BIO *ret = BIO_new(BIO_s_file());
320 const BIO_METHOD *BIO_s_file(void) { return &methods_filep; }

Completed in 31 milliseconds