Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A 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)>
H A Dd2i_RSAPrivateKey.pod32 d2i_ECPrivateKey,
/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c434 # define ec_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
529 # define sm2_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
/openssl/fuzz/
H A Dasn1.c366 DO_TEST_PRINT_OFFSET(EC_KEY, d2i_ECPrivateKey, i2d_ECPrivateKey, EC_KEY_print); in FuzzerTestOneInput()
/openssl/crypto/x509/
H A Dx_all.c461 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey); in d2i_ECPrivateKey_fp()
481 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey); in d2i_ECPrivateKey_bio()
/openssl/crypto/ec/
H A Dec_ameth.c385 if ((ec = d2i_ECPrivateKey(NULL, pder, derlen)) == NULL) in old_ec_priv_decode()
H A Dec_backend.c826 if (!d2i_ECPrivateKey(&eckey, &p, pklen)) { in ossl_ec_key_from_pkcs8()
H A Dec_asn1.c933 EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) in d2i_ECPrivateKey() function
/openssl/test/
H A Dendecoder_legacy_test.c160 (d2i_of_void *)d2i_ECPrivateKey,
/openssl/include/openssl/
H A Dec.h1206 OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey(EC_KEY **key,
/openssl/doc/man7/
H A Dossl-guide-migration.pod1328 d2i_ECParameters(), d2i_ECPrivateKey(), d2i_ECPrivateKey_bio(),
/openssl/util/
H A Dlibcrypto.num3648 d2i_ECPrivateKey 3731 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
/openssl/
H A DCHANGES.md7480 A malformed EC private key file consumed via the d2i_ECPrivateKey function
8561 A malformed EC private key file consumed via the d2i_ECPrivateKey function
9626 A malformed EC private key file consumed via the d2i_ECPrivateKey function

Completed in 84 milliseconds