Home
last modified time | relevance | path

Searched refs:d2i_ECPrivateKey (Results 1 – 18 of 18) sorted by relevance

/third_party/openssl/doc/man3/
DEC_KEY_get_enc_flags.pod23 EC_PKEY_NO_PUBKEY has been used - see below), then d2i_ECPrivateKey() generates
26 d2i_ECPrivateKey().
48 L<d2i_ECPrivateKey(3)>
Dd2i_RSAPrivateKey.pod33 d2i_ECPrivateKey,
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_der2key.c391 # define ec_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
478 # define sm2_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
/third_party/openssl/crypto/x509/
Dx_all.c416 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/fuzz/
Dasn1.c358 DO_TEST_PRINT_OFFSET(EC_KEY, d2i_ECPrivateKey, i2d_ECPrivateKey, EC_KEY_print); in FuzzerTestOneInput()
/third_party/rust/crates/rust-openssl/openssl/src/
Dec.rs952 #[corresponds(d2i_ECPrivateKey)]
955 ffi::d2i_ECPrivateKey
/third_party/openssl/crypto/ec/
Dec_ameth.c385 if ((ec = d2i_ECPrivateKey(NULL, pder, derlen)) == NULL) in old_ec_priv_decode()
Dec_backend.c832 if (!d2i_ECPrivateKey(&eckey, &p, pklen)) { in ossl_ec_key_from_pkcs8()
Dec_asn1.c937 EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) in d2i_ECPrivateKey() function
/third_party/openssl/test/
Dendecoder_legacy_test.c160 (d2i_of_void *)d2i_ECPrivateKey,
/third_party/openssl/include/openssl/
Dec.h1187 OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey(EC_KEY **key,
/third_party/openssl/ohos_lite/include/openssl/
Dec.h1022 EC_KEY *d2i_ECPrivateKey(EC_KEY **key, const unsigned char **in, long len);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs179 pub fn d2i_ECPrivateKey( in d2i_ECPrivateKey() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2318 eckey = d2i_ECPrivateKey(NULL, &der, der_len); in crypto_ec_key_parse_priv()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1272 d2i_ECParameters(), d2i_ECPrivateKey(), d2i_ECPrivateKey_bio(),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c1311 eckey = d2i_ECPrivateKey(NULL, &privkey, privkey_len); in dpp_set_keypair()
/third_party/openssl/util/
Dlibcrypto.num3648 d2i_ECPrivateKey 3731 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
/third_party/openssl/
DCHANGES.md6099 A malformed EC private key file consumed via the d2i_ECPrivateKey function
7180 A malformed EC private key file consumed via the d2i_ECPrivateKey function
8245 A malformed EC private key file consumed via the d2i_ECPrivateKey function