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

/external/boringssl/src/crypto/bio/
H A Dfile.c143 ret = BIO_new(BIO_s_file());
154 BIO *ret = BIO_new(BIO_s_file());
320 const BIO_METHOD *BIO_s_file(void) { return &methods_filep; } function

Completed in 223 milliseconds