Home
last modified time | relevance | path

Searched defs:bio (Results 101 - 125 of 200) sorted by relevance

12345678

/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/
H A Dcm_x509.c42 BIO *bio = BIO_new_mem_buf(certBuf, (int)size); in InitCertContext() local
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-server.c655 BIO *bio; local
985 BIO *bio; local
[all...]
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c178 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 Dfile_store.c205 BIO *bio; in file_open() local
/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c337 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 Dencoder_lib.c25 BIO *bio; member
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c30 BIO *bio; in verify_signature() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c210 BIO *bio; in tls1_change_cipher_state() local
/third_party/openssl/test/
H A Ddtlstest.c477 BIO *bio; in test_swap_records() local
[all...]
H A Dasynciotest.c62 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 Dhttp_test.c102 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 Dstoreutl.c337 static int indent_printf(int indent, BIO *bio, const char *format, ...) in indent_printf() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_vfy.c30 BIO *bio; in verify_signature() local
/third_party/openssl/crypto/encode_decode/
H A Dencoder_lib.c25 BIO *bio; member
/third_party/openssl/ssl/
H A Dt1_enc.c210 BIO *bio; in tls1_change_cipher_state() local
/third_party/openssl/providers/implementations/storemgmt/
H A Dfile_store.c205 BIO *bio; in file_open() local
/third_party/openssl/providers/fips/
H A Dself_test.c180 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 Dpkcs12.c209 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 Dcert_manager_service.c579 BIO *bio = BIO_new(BIO_s_mem()); in CmX509ToPEM() local
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c583 BIO *bio = OpensslBioNew(OpensslBioSMem()); in ConvertPriPemStrToKey() local
[all...]
/base/security/huks/frameworks/huks_standard/main/core/src/
H A Dhks_verifier.c156 BIO *bio = BIO_new_mem_buf(cert->data, cert->length); in GetX509FormatCert() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp147 BIO *bio = BIO_new_mem_buf(certData.c_str(), -1); in ReadCertFile() local
/third_party/node/src/crypto/
H A Dcrypto_util.cc379 ByteSource ByteSource::FromBIO(const BIOPointer& bio) { in SetFipsCrypto() argument
/third_party/node/src/quic/
H A Dtlscontext.cc234 void EnableTrace(Environment* env, crypto::BIOPointer* bio, SS argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_connection.cc50 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...]

Completed in 30 milliseconds

12345678