Searched refs:d2i_ECPrivateKey (Results 1 – 17 of 17) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EC_KEY_get_enc_flags.pod | 23 EC_PKEY_NO_PUBKEY has been used - see below), then d2i_ECPrivateKey() generates 26 d2i_ECPrivateKey(). 48 L<d2i_ECPrivateKey(3)>
|
| H A D | d2i_RSAPrivateKey.pod | 32 d2i_ECPrivateKey,
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | asn1.c | 364 DO_TEST_PRINT_OFFSET(EC_KEY, d2i_ECPrivateKey, i2d_ECPrivateKey, EC_KEY_print); in FuzzerTestOneInput()
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x_all.c | 459 return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey); in d2i_ECPrivateKey_fp() 479 return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey); in d2i_ECPrivateKey_bio()
|
| /freebsd/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | decode_der2key.c | 466 #define ec_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey 562 #define sm2_d2i_private_key (d2i_of_void *)d2i_ECPrivateKey
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_ameth.c | 386 if ((ec = d2i_ECPrivateKey(NULL, pder, derlen)) == NULL) in old_ec_priv_decode()
|
| H A D | ec_backend.c | 824 if (!d2i_ECPrivateKey(&eckey, &p, pklen)) { in ossl_ec_key_from_pkcs8()
|
| H A D | ec_asn1.c | 921 EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const unsigned char **in, long len) in d2i_ECPrivateKey() function
|
| /freebsd/crypto/openssl/test/ |
| H A D | endecoder_legacy_test.c | 163 (d2i_of_void *)d2i_ECPrivateKey,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 1198 OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey(EC_KEY **key,
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | crypto.c | 990 private_key->private_key.ecdsa = d2i_ECPrivateKey(pkey, &p, len); in ecdsa_private_key_import()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 3469 d2i_ECPrivateKey;
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 3038 eckey = d2i_ECPrivateKey(NULL, &der, der_len); in crypto_ec_key_parse_priv()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 1338 d2i_ECParameters(), d2i_ECPrivateKey(), d2i_ECPrivateKey_bio(),
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 5656 MLINKS+= d2i_RSAPrivateKey.3 d2i_ECPrivateKey.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 3648 d2i_ECPrivateKey 3731 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 8297 A malformed EC private key file consumed via the d2i_ECPrivateKey function 9378 A malformed EC private key file consumed via the d2i_ECPrivateKey function 10443 A malformed EC private key file consumed via the d2i_ECPrivateKey function
|