Searched defs:BIO_s_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dfile.c142 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; } function
/external/openssl/crypto/bio/
H A Dbss_file.c177 if ((ret=BIO_new(BIO_s_file())) == NULL)
192 if ((ret=BIO_new(BIO_s_file())) == NULL)
200 BIO_METHOD *BIO_s_file(void) function

Completed in 120 milliseconds