Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dfd.c134 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
269 const BIO_METHOD *BIO_s_fd(void) { return &methods_fdp; } in BIO_s_fd() function
/external/cronet/third_party/boringssl/src/crypto/bio/
Dfd.c134 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
269 const BIO_METHOD *BIO_s_fd(void) { return &methods_fdp; } in BIO_s_fd() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dfd.c134 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
265 const BIO_METHOD *BIO_s_fd(void) { return &methods_fdp; } in BIO_s_fd() function
/external/boringssl/src/include/openssl/
Dbio.h435 OPENSSL_EXPORT const BIO_METHOD *BIO_s_fd(void);
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbio.h435 OPENSSL_EXPORT const BIO_METHOD *BIO_s_fd(void);
/external/cronet/third_party/boringssl/src/include/openssl/
Dbio.h435 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
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h832 #define BIO_s_fd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_s_fd) macro