Home
last modified time | relevance | path

Searched refs:d2i_AutoPrivateKey (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/crypto/openssl/doc/man3/
H A Dd2i_PrivateKey.pod6 d2i_AutoPrivateKey_ex, d2i_AutoPrivateKey, i2d_PrivateKey, i2d_PublicKey,
28 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
74 d2i_AutoPrivateKey_ex() and d2i_AutoPrivateKey() are similar to
104 d2i_AutoPrivateKey(), d2i_PrivateKey_ex_bio(), d2i_PrivateKey_bio(),
/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c231 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey() function
/freebsd-14.2/crypto/openssl/crypto/pem/
H A Dpem_info.c140 d2i = (D2I_OF(void)) d2i_AutoPrivateKey; in STACK_OF()
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dx_all.c686 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, fp, a); in d2i_PrivateKey_fp()
750 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, bp, a); in d2i_PrivateKey_bio()
/freebsd-14.2/crypto/openssl/fuzz/
H A Dasn1.c369 DO_TEST_PRINT_PCTX(EVP_PKEY, d2i_AutoPrivateKey, i2d_PrivateKey, EVP_PKEY_print_private); in FuzzerTestOneInput()
/freebsd-14.2/crypto/openssl/test/
H A Dpkcs12_format_test.c815 pkey = d2i_AutoPrivateKey(NULL, &key_bytes, sizeof(KEY1)); in pkcs12_recreate_test()
H A Devp_extra_test.c1702 if (!TEST_ptr(pkey = d2i_AutoPrivateKey(NULL, &p, input_len)) in test_d2i_AutoPrivateKey()
/freebsd-14.2/crypto/openssl/test/helpers/
H A Dpkcs12.c92 pkey = d2i_AutoPrivateKey(NULL, &bytes, len); in load_pkey_asn1()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Devp.h1400 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map3523 d2i_AutoPrivateKey;
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dmigration_guide.pod704 L<d2i_AutoPrivateKey(3)>, L<d2i_PrivateKey(3)> and L<d2i_PUBKEY(3)>
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile4803 MLINKS+= d2i_PrivateKey.3 d2i_AutoPrivateKey.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num2465 d2i_AutoPrivateKey 2518 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md17253 * Add a function 'd2i_AutoPrivateKey()' this will automatically decide