| /third_party/openssl/crypto/asn1/ |
| H A D | asn1_parse.c | 30 BIO *bio = NULL; in asn1_print_info() local
|
| /third_party/openssl/crypto/err/ |
| H A D | err_prn.c | 147 void ERR_add_error_mem_bio(const char *separator, BIO *bio) in ERR_add_error_mem_bio() argument 179 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); in ERR_print_errors_fp() local
|
| /third_party/openssl/test/ |
| H A D | bio_callback_test.c | 48 BIO *bio; in test_bio_callback_ex() local 220 BIO *bio; test_bio_callback() local [all...] |
| H A D | bio_core_test.c | 16 BIO *bio; member 19 static int tst_bio_core_read_ex(OSSL_CORE_BIO *bio, char *data, size_t data_len, in tst_bio_core_read_ex() argument 25 static int tst_bio_core_write_ex(OSSL_CORE_BIO *bio, const char *data, in tst_bio_core_write_ex() argument 31 static int tst_bio_core_gets(OSSL_CORE_BIO *bio, char *buf, int size) in tst_bio_core_gets() argument 36 tst_bio_core_puts(OSSL_CORE_BIO *bio, const char *str) tst_bio_core_puts() argument 41 tst_bio_core_ctrl(OSSL_CORE_BIO *bio, int cmd, long num, void *ptr) tst_bio_core_ctrl() argument 46 tst_bio_core_up_ref(OSSL_CORE_BIO *bio) tst_bio_core_up_ref() argument 51 tst_bio_core_free(OSSL_CORE_BIO *bio) tst_bio_core_free() argument [all...] |
| H A D | cmsapitest.c | 84 BIO *bio; in test_d2i_CMS_bio_NULL() local 292 static unsigned char *read_all(BIO *bio, long *p_len) in read_all() argument 323 BIO *bio = NULL; in test_d2i_CMS_decode() local [all...] |
| /third_party/openssl/crypto/bio/ |
| H A D | ossl_core_bio.c | 21 BIO *bio; member 58 OSSL_CORE_BIO *ossl_core_bio_new_from_bio(BIO *bio) in ossl_core_bio_new_from_bio() argument 70 static OSSL_CORE_BIO *core_bio_new_from_new_bio(BIO *bio) in core_bio_new_from_new_bio() argument [all...] |
| /third_party/python/Modules/_ssl/ |
| H A D | cert.c | 77 BIO *bio; in _ssl_Certificate_public_bytes_impl() local [all...] |
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| H A D | mod.rs | 39 mod bio; modules
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/ |
| H A D | lib.rs | 75 mod bio; modules
|
| /base/security/code_signature/test/unittest/ |
| H A D | sign_and_enforce_test.cpp | 95 BIO *bio = BIO_new(BIO_s_mem());
in DumpPKCS7Data() local
|
| /base/security/code_signature/utils/src/ |
| H A D | signer_info.cpp | 246 BIO *bio = BIO_new_mem_buf(sigbuffer.GetBuffer(), sigbuffer.GetSize());
in ParseOwnerIdFromSignature() local
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| H A D | rockchip_ramdisk.c | 130 static blk_qc_t rd_make_request(struct request_queue *q, struct bio *bio) in rd_make_request() argument [all...] |
| /foundation/communication/netstack/test/unittest/tlssocket/client/ |
| H A D | TlsKeyTest.cpp | 195 BIO *bio = BIO_new_mem_buf(privateKeyData, -1); in HWTEST_F() local [all...] |
| /foundation/communication/netstack/test/unittest/tls_test/client/ |
| H A D | TlsKeyTest.cpp | 195 BIO *bio = BIO_new_mem_buf(privateKeyData, -1);
in HWTEST_F() local [all...] |
| /foundation/communication/netstack/frameworks/native/tls_socket/src/ |
| H A D | tls_certificate.cpp | 103 BIO *bio = BIO_new_mem_buf(data.c_str(), -1); in CertificateFromData() local 128 BIO *bio = BIO_new_file((data.c_str()), BIO_FILE_FLAG); in CertificateFromPem() local 238 BIO *bio in CaCertToString() local 257 BIO *bio = BIO_new(BIO_s_mem()); LocalCertToString() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | tls_openssl.c | 255 BIO *bio; in tls_open() local [all...] |
| /third_party/fsverity-utils/lib/ |
| H A D | sign_digest.c | 55 BIO *bio; in read_private_key() local 84 BIO *bio; in read_certificate() local 237 BIO *bio; new_mem_buf() local 279 BIO *bio = NULL; sign_pkcs7() local [all...] |
| /third_party/libwebsockets/lib/tls/openssl/ |
| H A D | openssl-x509.c | 421 BIO* bio = BIO_new(BIO_s_mem()); in lws_x509_parse_from_pem() local
|
| /third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
| H A D | ltp_tbio.c | 77 static int send_request(struct request_queue *q, struct bio *bio, in send_request() argument 122 struct bio *bio = NULL; in tbio_io() local 288 struct bio *bio = NULL; test_bio_split() local [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_bio.cc | 44 BIOPointer bio = New(env); in NewFixed() local 57 New(BIO* bio) New() argument 65 Free(BIO* bio) Free() argument 80 Read(BIO* bio, char* out, int len) Read() argument 130 Write(BIO* bio, const char* data, int len) Write() argument 139 Puts(BIO* bio, const char* str) Puts() argument 144 Gets(BIO* bio, char* out, int size) Gets() argument 169 Ctrl(BIO* bio, int cmd, long num, void* ptr) Ctrl() argument 493 FromBIO(BIO* bio) FromBIO() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | openssl.c | 100 BIO *bio; member 171 BIO *bio = NULL; in setup_trace_category() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bss_bio.c | 76 static int bio_new(BIO *bio) in bio_new() argument 90 static int bio_free(BIO *bio) in bio_free() argument 109 bio_read(BIO *bio, char *buf, int size_) bio_read() argument 200 bio_nread0(BIO *bio, char **buf) bio_nread0() argument 237 bio_nread(BIO *bio, char **buf, size_t num_) bio_nread() argument 268 bio_write(BIO *bio, const char *buf, int num_) bio_write() argument 345 bio_nwrite0(BIO *bio, char **buf) bio_nwrite0() argument 393 bio_nwrite(BIO *bio, char **buf, size_t num_) bio_nwrite() argument 416 bio_ctrl(BIO *bio, int cmd, long num, void *ptr) bio_ctrl() argument 601 bio_puts(BIO *bio, const char *str) bio_puts() argument 654 bio_destroy_pair(BIO *bio) bio_destroy_pair() argument 726 BIO_ctrl_get_write_guarantee(BIO *bio) BIO_ctrl_get_write_guarantee() argument 731 BIO_ctrl_get_read_request(BIO *bio) BIO_ctrl_get_read_request() argument 736 BIO_ctrl_reset_read_request(BIO *bio) BIO_ctrl_reset_read_request() argument 746 BIO_nread0(BIO *bio, char **buf) BIO_nread0() argument 762 BIO_nread(BIO *bio, char **buf, int num) BIO_nread() argument 777 BIO_nwrite0(BIO *bio, char **buf) BIO_nwrite0() argument 793 BIO_nwrite(BIO *bio, char **buf, int num) BIO_nwrite() argument [all...] |
| H A D | bss_conn.c | 291 static void conn_close_socket(BIO *bio) in conn_close_socket() argument
|
| H A D | bss_acpt.c | 119 static void acpt_close_socket(BIO *bio) in acpt_close_socket() argument 152 BIO *bio = NULL, *dbio; in acpt_state() local [all...] |
| H A D | bss_core.c | 46 static int bio_core_read_ex(BIO *bio, char *data, size_t data_len, in bio_core_read_ex() argument 56 static int bio_core_write_ex(BIO *bio, const char *data, size_t data_len, in bio_core_write_ex() argument 66 static long bio_core_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_core_ctrl() argument 75 static int bio_core_gets(BIO *bio, cha argument 84 bio_core_puts(BIO *bio, const char *str) bio_core_puts() argument 93 bio_core_new(BIO *bio) bio_core_new() argument 100 bio_core_free(BIO *bio) bio_core_free() argument [all...] |