Home
last modified time | relevance | path

Searched refs:d2i_PUBKEY (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c68 d2i_of_void *d2i_PUBKEY; /* Wrapped in a SubjectPublicKeyInfo */ member
228 if (ctx->desc->d2i_PUBKEY != NULL) in der2key_decode()
229 key = ctx->desc->d2i_PUBKEY(NULL, &derp, der_len); in der2key_decode()
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c68 d2i_of_void *d2i_PUBKEY; /* Wrapped in a SubjectPublicKeyInfo */ member
228 if (ctx->desc->d2i_PUBKEY != NULL) in der2key_decode()
229 key = ctx->desc->d2i_PUBKEY(NULL, &derp, der_len); in der2key_decode()
/third_party/openssl/test/
H A Dendecoder_legacy_test.c89 d2i_of_void *d2i_PUBKEY; member
668 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY, in test_key()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c710 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp()
777 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
H A Dx_pubkey.c542 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY() function
/third_party/openssl/crypto/x509/
H A Dx_all.c710 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp()
777 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
H A Dx_pubkey.c542 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509.rs174 pub fn d2i_PUBKEY(k: *mut *mut EVP_PKEY, buf: *mut *const u8, len: c_long) -> *mut EVP_PKEY; in d2i_PUBKEY() functions
/third_party/node/src/crypto/
H A Dcrypto_keys.cc116 return d2i_PUBKEY(nullptr, p, l); in ParsePublicKeyPEM()
153 pkey->reset(d2i_PUBKEY(nullptr, &p, key_len)); in ParsePublicKey()
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c657 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h515 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
/third_party/openssl/engines/
H A De_loader_attic.c657 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c2343 pkey = d2i_PUBKEY(NULL, &der, der_len); in crypto_ec_key_parse_pub()
2345 wpa_printf(MSG_INFO, "OpenSSL: d2i_PUBKEY() failed: %s", in crypto_ec_key_parse_pub()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c391 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
/third_party/openssl/ssl/
H A Dssl_lib.c380 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c1018 pkey = d2i_PUBKEY(NULL, &p, data_len); in dpp_parse_uri_pk()
6473 csign = d2i_PUBKEY(NULL, &p, csign_key_len); in dpp_peer_intro()

Completed in 50 milliseconds