Home
last modified time | relevance | path

Searched refs:BIO_meth_new (Results 1 – 10 of 10) 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
Dbufferevent_openssl.c237 methods_bufferevent = BIO_meth_new(BIO_TYPE_LIBEVENT, "bufferevent"); in BIO_s_bufferevent()
/external/boringssl/src/include/openssl/
Dbio.h632 OPENSSL_EXPORT BIO_METHOD *BIO_meth_new(int type, const char *name);
/external/boringssl/src/crypto/bio/
Dbio.c634 BIO_METHOD *BIO_meth_new(int type, const char *name) { in BIO_meth_new() function
/external/libevent/test/
Dregress_ssl.c702 methods_rwcount = BIO_meth_new(BIO_TYPE_LIBEVENT_RWCOUNT, "rwcount"); in BIO_s_rwcount()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1442 BIO_meth_new
DBoringSSL-GRPC.podspec2994 '#define BIO_meth_new GRPC_SHADOW_BIO_meth_new',
/external/boringssl/src/crypto/x509/
Dx509_test.cc1976 bssl::UniquePtr<BIO_METHOD> method(BIO_meth_new(0, nullptr)); in TEST()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1470 #define BIO_meth_new GRPC_SHADOW_BIO_meth_new macro
/external/boringssl/src/ssl/
Dssl_test.cc5574 UniquePtr<BIO_METHOD> bio_method(BIO_meth_new(0, nullptr)); in TEST_P()