Home
last modified time | relevance | path

Searched refs:BIO_s_fd (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/bio/
Dfd.c133 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
268 const BIO_METHOD *BIO_s_fd(void) { return &methods_fdp; } in BIO_s_fd() function
/external/honggfuzz/examples/openssl/
Dclient.c532 BIO* in = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
539 BIO* out = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
Dserver.c577 BIO* in = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
584 BIO* out = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
/external/boringssl/src/include/openssl/
Dbio.h425 OPENSSL_EXPORT const BIO_METHOD *BIO_s_fd(void);