/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 395 # define ec_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey 482 # define sm2_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 391 # define ec_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey 478 # define sm2_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 1007 #[corresponds(d2i_ECPrivateKey)] 1010 ffi::d2i_ECPrivateKey
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_all.c | 416 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey); in d2i_ECPrivateKey_fp() 436 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey); in d2i_ECPrivateKey_bio()
|
/third_party/openssl/crypto/x509/ |
H A D | x_all.c | 416 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey); in d2i_ECPrivateKey_fp() 436 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey); in d2i_ECPrivateKey_bio()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | asn1.c | 358 DO_TEST_PRINT_OFFSET(EC_KEY, d2i_ECPrivateKey, i2d_ECPrivateKey, EC_KEY_print); in FuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_ameth.c | 385 if ((ec = d2i_ECPrivateKey(NULL, pder, derlen)) == NULL) in old_ec_priv_decode()
|
H A D | ec_backend.c | 832 if (!d2i_ECPrivateKey(&eckey, &p, pklen)) { in ossl_ec_key_from_pkcs8()
|
H A D | ec_asn1.c | 937 EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) in d2i_ECPrivateKey() function
|
/third_party/openssl/crypto/ec/ |
H A D | ec_ameth.c | 385 if ((ec = d2i_ECPrivateKey(NULL, pder, derlen)) == NULL) in old_ec_priv_decode()
|
H A D | ec_backend.c | 832 if (!d2i_ECPrivateKey(&eckey, &p, pklen)) { in ossl_ec_key_from_pkcs8()
|
H A D | ec_asn1.c | 937 EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) in d2i_ECPrivateKey() function
|
/third_party/openssl/fuzz/ |
H A D | asn1.c | 358 DO_TEST_PRINT_OFFSET(EC_KEY, d2i_ECPrivateKey, i2d_ECPrivateKey, EC_KEY_print); in FuzzerTestOneInput()
|
/third_party/openssl/test/ |
H A D | endecoder_legacy_test.c | 160 (d2i_of_void *)d2i_ECPrivateKey,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 1187 OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey(EC_KEY **key,
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 1187 OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey(EC_KEY **key,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 1022 EC_KEY *d2i_ECPrivateKey(EC_KEY **key, const unsigned char **in, long len);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509.rs | 183 pub fn d2i_ECPrivateKey( in d2i_ECPrivateKey() functions
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 2318 eckey = d2i_ECPrivateKey(NULL, &der, der_len); in crypto_ec_key_parse_priv() 2320 wpa_printf(MSG_INFO, "OpenSSL: d2i_ECPrivateKey() failed: %s", in crypto_ec_key_parse_priv()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 1311 eckey = d2i_ECPrivateKey(NULL, &privkey, privkey_len); in dpp_set_keypair() 1314 "DPP: OpenSSL: d2i_ECPrivateKey() failed: %s", in dpp_set_keypair()
|