| /base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/ |
| H A D | cm_x509.c | 42 BIO *bio = BIO_new_mem_buf(certBuf, (int)size); in InitCertContext() local
|
| /third_party/libwebsockets/lib/tls/openssl/ |
| H A D | openssl-server.c | 655 BIO *bio; local 985 BIO *bio; local [all...] |
| /third_party/node/deps/openssl/openssl/providers/fips/ |
| H A D | self_test.c | 178 static int verify_integrity(OSSL_CORE_BIO *bio, OSSL_FUNC_BIO_read_ex_fn read_ex_cb, in verify_integrity() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 205 BIO *bio; in file_open() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | storeutl.c | 337 static int indent_printf(int indent, BIO *bio, const char *format, ...) in indent_printf() argument
|
| /third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
| H A D | encoder_lib.c | 25 BIO *bio; member
|
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_vfy.c | 30 BIO *bio; in verify_signature() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | t1_enc.c | 210 BIO *bio; in tls1_change_cipher_state() local
|
| /third_party/openssl/test/ |
| H A D | dtlstest.c | 477 BIO *bio; in test_swap_records() local [all...] |
| H A D | asynciotest.c | 62 static int async_new(BIO *bio) in async_new() argument 75 static int async_free(BIO *bio) in async_free() argument 89 static int async_read(BIO *bio, cha argument 124 async_write(BIO *bio, const char *in, int inl) async_write() argument 257 async_ctrl(BIO *bio, int cmd, long num, void *ptr) async_ctrl() argument 276 async_gets(BIO *bio, char *buf, int size) async_gets() argument 282 async_puts(BIO *bio, const char *str) async_puts() argument [all...] |
| H A D | http_test.c | 102 static long http_bio_cb_ex(BIO *bio, int oper, const char *argp, size_t len, in http_bio_cb_ex() argument
|
| /third_party/openssl/apps/ |
| H A D | storeutl.c | 337 static int indent_printf(int indent, BIO *bio, const char *format, ...) in indent_printf() argument
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_vfy.c | 30 BIO *bio; in verify_signature() local
|
| /third_party/openssl/crypto/encode_decode/ |
| H A D | encoder_lib.c | 25 BIO *bio; member
|
| /third_party/openssl/ssl/ |
| H A D | t1_enc.c | 210 BIO *bio; in tls1_change_cipher_state() local
|
| /third_party/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 205 BIO *bio; in file_open() local
|
| /third_party/openssl/providers/fips/ |
| H A D | self_test.c | 180 static int verify_integrity(OSSL_CORE_BIO *bio, OSSL_FUNC_BIO_read_ex_fn read_ex_cb, in verify_integrity() argument
|
| /third_party/openssl/test/helpers/ |
| H A D | pkcs12.c | 209 static PKCS12 *from_bio_p12(BIO *bio, const PKCS12_ENC *mac) in from_bio_p12() argument
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_service.c | 579 BIO *bio = BIO_new(BIO_s_mem()); in CmX509ToPEM() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
| H A D | openssl_common.c | 583 BIO *bio = OpensslBioNew(OpensslBioSMem()); in ConvertPriPemStrToKey() local [all...] |
| /base/security/huks/frameworks/huks_standard/main/core/src/ |
| H A D | hks_verifier.c | 156 BIO *bio = BIO_new_mem_buf(cert->data, cert->length);
in GetX509FormatCert() local
|
| /foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
| H A D | network_security_config.cpp | 147 BIO *bio = BIO_new_mem_buf(certData.c_str(), -1); in ReadCertFile() local
|
| /third_party/node/src/crypto/ |
| H A D | crypto_util.cc | 379 ByteSource ByteSource::FromBIO(const BIOPointer& bio) { in SetFipsCrypto() argument
|
| /third_party/node/src/quic/ |
| H A D | tlscontext.cc | 234 void EnableTrace(Environment* env, crypto::BIOPointer* bio, SS argument [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx_connection.cc | 50 void *BIO_get_data(BIO *bio) { return bio->ptr; } in BIO_get_data() argument 51 void BIO_set_data(BIO *bio, void *ptr) { bio->ptr = ptr; } in BIO_set_data() argument 52 void BIO_set_init(BIO *bio, int init) { bio->init = init; } in BIO_set_init() argument 159 auto bio = BIO_new(tlsconf.bio_method); in prepare_server_handshake() local [all...] |