Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dfd.c135 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
270 const BIO_METHOD *BIO_s_fd(void) { return &methods_fdp; } in BIO_s_fd() function
/external/honggfuzz/examples/openssl/
Dclient.c538 BIO* in = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
545 BIO* out = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
Dserver.c576 BIO* in = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
583 BIO* out = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
/external/boringssl/src/include/openssl/
Dbio.h429 OPENSSL_EXPORT const BIO_METHOD *BIO_s_fd(void);
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1498 BIO_s_fd
DBoringSSL-GRPC.podspec3050 '#define BIO_s_fd GRPC_SHADOW_BIO_s_fd',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1526 #define BIO_s_fd GRPC_SHADOW_BIO_s_fd macro