Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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)>
A Dd2i_RSAPrivateKey.pod33 d2i_ECPrivateKey,
/openssl-master/providers/implementations/encode_decode/
A Ddecode_der2key.c378 # define ec_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
465 # define sm2_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
/openssl-master/fuzz/
A Dasn1.c350 DO_TEST_PRINT_OFFSET(EC_KEY, d2i_ECPrivateKey, i2d_ECPrivateKey, EC_KEY_print); in FuzzerTestOneInput()
/openssl-master/crypto/x509/
A Dx_all.c382 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey); in d2i_ECPrivateKey_fp()
402 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey); in d2i_ECPrivateKey_bio()
/openssl-master/crypto/ec/
A Dec_ameth.c393 if ((ec = d2i_ECPrivateKey(NULL, pder, derlen)) == NULL) in old_ec_priv_decode()
A Dec_backend.c827 if (!d2i_ECPrivateKey(&eckey, &p, pklen)) { in ossl_ec_key_from_pkcs8()
A Dec_asn1.c927 EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) in d2i_ECPrivateKey() function
/openssl-master/test/
A Dendecoder_legacy_test.c160 (d2i_of_void *)d2i_ECPrivateKey,
/openssl-master/include/openssl/
A Dec.h1185 OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey(EC_KEY **key,
/openssl-master/doc/man7/
A Dmigration_guide.pod1257 d2i_ECParameters(), d2i_ECPrivateKey(), d2i_ECPrivateKey_bio(),
/openssl-master/util/
A Dlibcrypto.num3648 d2i_ECPrivateKey 3731 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
/openssl-master/
A DCHANGES.md5535 A malformed EC private key file consumed via the d2i_ECPrivateKey function
6616 A malformed EC private key file consumed via the d2i_ECPrivateKey function
7681 A malformed EC private key file consumed via the d2i_ECPrivateKey function

Completed in 54 milliseconds