/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 68 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 D | decode_der2key.c | 68 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 D | endecoder_legacy_test.c | 89 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 D | x_all.c | 710 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 D | x_pubkey.c | 542 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY() function
|
/third_party/openssl/crypto/x509/ |
H A D | x_all.c | 710 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 D | x_pubkey.c | 542 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 D | x509.rs | 174 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 D | crypto_keys.cc | 116 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 D | e_loader_attic.c | 657 if ((pkey = d2i_PUBKEY(NULL, &blob, len)) != NULL) { in try_decode_PUBKEY()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509.h | 515 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
|
/third_party/openssl/engines/ |
H A D | e_loader_attic.c | 657 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 D | crypto_openssl.c | 2343 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 D | ssl_lib.c | 391 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 380 if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || in dane_tlsa_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 1018 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()
|