Home
last modified time | relevance | path

Searched defs:BIO_meth_new (Results 1 – 5 of 5) sorted by relevance

/external/libevent/
Dopenssl-compat.h10 static inline BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dbio.c634 BIO_METHOD *BIO_meth_new(int type, const char *name) { in BIO_meth_new() function
/external/boringssl/src/crypto/bio/
Dbio.c636 BIO_METHOD *BIO_meth_new(int type, const char *name) { in BIO_meth_new() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1470 #define BIO_meth_new GRPC_SHADOW_BIO_meth_new macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h796 #define BIO_meth_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_meth_new) macro