Searched defs:bread (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/ohos_lite/include/internal/ |
D | bio.h | 17 int (*bread) (BIO *, char *, size_t, size_t *); member
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | bio.h | 22 int (*bread) (BIO *, char *, size_t, size_t *); member
|
/third_party/openssl/include/internal/ |
D | bio.h | 22 int (*bread) (BIO *, char *, size_t, size_t *); member
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | bio.rs | 110 unsafe extern "C" fn bread<S: Read>(bio: *mut BIO, buf: *mut c_char, len: c_int) -> c_int { in bread() function
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
D | pk7_smime.c | 523 BIO *tmpbuf, *bread; in PKCS7_decrypt() local
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_smime.c | 523 BIO *tmpbuf, *bread; in PKCS7_decrypt() local
|