/external/rust/crates/openssl/src/ssl/ |
D | bio.rs | 36 pub fn new<S: Read + Write>(stream: S) -> Result<(*mut BIO, BioMethod), ErrorStack> { in new() 74 pub unsafe fn set_dtls_mtu_size<S>(bio: *mut BIO, mtu_size: usize) { in set_dtls_mtu_size() 88 unsafe extern "C" fn bwrite<S: Write>(bio: *mut BIO, buf: *const c_char, len: c_int) -> c_int { in bwrite() 110 unsafe extern "C" fn bread<S: Read>(bio: *mut BIO, buf: *mut c_char, len: c_int) -> c_int { in bread() 140 unsafe extern "C" fn bputs<S: Write>(bio: *mut BIO, s: *const c_char) -> c_int { in bputs() 145 bio: *mut BIO, in ctrl()
|
D | mod.rs | 2372 fn get_raw_rbio(&self) -> *mut ffi::BIO { in get_raw_rbio()
|
/external/rust/crates/openssl/src/ |
D | bio.rs | 35 pub fn as_ptr(&self) -> *mut ffi::BIO { in as_ptr() 58 pub fn as_ptr(&self) -> *mut ffi::BIO { in as_ptr()
|
/external/boringssl/src/crypto/bio/ |
D | bio.cc | 589 int BIO_meth_set_create(BIO_METHOD *method, int (*create_func)(BIO *)) { in BIO_meth_set_create() 594 int BIO_meth_set_destroy(BIO_METHOD *method, int (*destroy_func)(BIO *)) { in BIO_meth_set_destroy() 600 int (*write_func)(BIO *, const char *, int)) { in BIO_meth_set_write() 606 int (*read_func)(BIO *, char *, int)) { in BIO_meth_set_read() 612 int (*gets_func)(BIO *, char *, int)) { in BIO_meth_set_gets() 618 long (*ctrl_func)(BIO *, int, long, void *)) { in BIO_meth_set_ctrl() argument 635 int BIO_meth_set_puts(BIO_METHOD *method, int (*puts)(BIO *, const char *)) { in BIO_meth_set_puts()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | bio.c | 652 int (*create)(BIO *)) { in BIO_meth_set_create() 658 int (*destroy)(BIO *)) { in BIO_meth_set_destroy() 664 int (*write)(BIO *, const char *, int)) { in BIO_meth_set_write() 670 int (*read)(BIO *, char *, int)) { in BIO_meth_set_read() 676 int (*gets)(BIO *, char *, int)) { in BIO_meth_set_gets() 682 long (*ctrl)(BIO *, int, long, void *)) { in BIO_meth_set_ctrl() argument 699 int BIO_meth_set_puts(BIO_METHOD *method, int (*puts)(BIO *, const char *)) { in BIO_meth_set_puts()
|
/external/cronet/stable/third_party/boringssl/src/crypto/bio/ |
D | bio.cc | 636 int BIO_meth_set_create(BIO_METHOD *method, int (*create_func)(BIO *)) { in BIO_meth_set_create() 641 int BIO_meth_set_destroy(BIO_METHOD *method, int (*destroy_func)(BIO *)) { in BIO_meth_set_destroy() 647 int (*write_func)(BIO *, const char *, int)) { in BIO_meth_set_write() 653 int (*read_func)(BIO *, char *, int)) { in BIO_meth_set_read() 659 int (*gets_func)(BIO *, char *, int)) { in BIO_meth_set_gets() 665 long (*ctrl_func)(BIO *, int, long, void *)) { in BIO_meth_set_ctrl() argument 682 int BIO_meth_set_puts(BIO_METHOD *method, int (*puts)(BIO *, const char *)) { in BIO_meth_set_puts()
|
/external/cronet/tot/third_party/boringssl/src/crypto/bio/ |
D | bio.cc | 636 int BIO_meth_set_create(BIO_METHOD *method, int (*create_func)(BIO *)) { in BIO_meth_set_create() 641 int BIO_meth_set_destroy(BIO_METHOD *method, int (*destroy_func)(BIO *)) { in BIO_meth_set_destroy() 647 int (*write_func)(BIO *, const char *, int)) { in BIO_meth_set_write() 653 int (*read_func)(BIO *, char *, int)) { in BIO_meth_set_read() 659 int (*gets_func)(BIO *, char *, int)) { in BIO_meth_set_gets() 665 long (*ctrl_func)(BIO *, int, long, void *)) { in BIO_meth_set_ctrl() argument 682 int BIO_meth_set_puts(BIO_METHOD *method, int (*puts)(BIO *, const char *)) { in BIO_meth_set_puts()
|
/external/pigweed/pw_tls_client/ |
D | test_server_test.cc | 57 long TestClientBioCtrl(BIO*, int, long, void*) { return 1; } in TestClientBioCtrl() argument 59 int TestClientBioFree(BIO*) { return 1; } in TestClientBioFree() argument
|
D | test_server.cc | 31 long TestBioCtrl(BIO*, int, long, void*) { return 1; } in TestBioCtrl() argument 33 int TestBioFree(BIO*) { return 1; } in TestBioFree() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.h | 129 const auto &BIO = getSyncScopeInclusionOrdering(B); in isSyncScopeInclusion() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.h | 131 const auto &BIO = getSyncScopeInclusionOrdering(B); in isSyncScopeInclusion() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | LoadStoreOpt.cpp | 519 auto BIO = getPointerInfo(StoreAddr, *MRI); in addStoreToCandidate() local
|
/external/boringssl/src/include/openssl/ |
D | base.h | 279 typedef struct bio_st BIO; typedef
|
/external/cronet/tot/third_party/boringssl/src/include/openssl/ |
D | base.h | 322 typedef struct bio_st BIO; typedef
|
/external/cronet/stable/third_party/boringssl/src/include/openssl/ |
D | base.h | 322 typedef struct bio_st BIO; typedef
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 46 typedef void BIO; typedef
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/ |
D | base.h | 380 typedef struct bio_st BIO; typedef
|
/external/cronet/tot/third_party/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 982 int (*print_func)(BIO *, in PrintStringToBIO()
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 983 int (*print_func)(BIO *, in PrintStringToBIO()
|
/external/cronet/stable/third_party/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 982 int (*print_func)(BIO *, in PrintStringToBIO()
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 8412 TEST(SSLTest, BIO) { in TEST() argument 9225 BIO_meth_set_write(method.get(), [](BIO *, const char *, int) -> int { in TEST() argument 9284 BIO_meth_set_write(method.get(), [](BIO *, const char *, int) -> int { in TEST() argument
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | ssl_test.cc | 8418 TEST(SSLTest, BIO) { in TEST() argument 9231 BIO_meth_set_write(method.get(), [](BIO *, const char *, int) -> int { in TEST() argument 9290 BIO_meth_set_write(method.get(), [](BIO *, const char *, int) -> int { in TEST() argument
|
/external/cronet/tot/third_party/boringssl/src/ssl/ |
D | ssl_test.cc | 8418 TEST(SSLTest, BIO) { in TEST() argument 9231 BIO_meth_set_write(method.get(), [](BIO *, const char *, int) -> int { in TEST() argument 9290 BIO_meth_set_write(method.get(), [](BIO *, const char *, int) -> int { in TEST() argument
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_test.cc | 7605 TEST(SSLTest, BIO) { in TEST() argument
|