Home
last modified time | relevance | path

Searched refs:d2i_AutoPrivateKey_ex (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/crypto/openssl/doc/man3/
H A Dd2i_PrivateKey.pod6 d2i_AutoPrivateKey_ex, d2i_AutoPrivateKey, i2d_PrivateKey, i2d_PublicKey,
25 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp,
74 d2i_AutoPrivateKey_ex() and d2i_AutoPrivateKey() are similar to
103 The d2i_PrivateKey_ex(), d2i_PrivateKey(), d2i_AutoPrivateKey_ex(),
124 d2i_AutoPrivateKey_ex() were added in OpenSSL 3.0.
/freebsd-14.2/crypto/openssl/test/
H A Devp_extra_test2.c438 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pdata, pdata_len, in test_rsa_tofrom_data_select()
460 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &p, input_len, mainctx, in test_d2i_AutoPrivateKey_ex()
939 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_tofrom_data_select()
972 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_todata()
1075 ret = TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pdata, keydata[0].size, in test_pkey_todata_null()
1098 ret = TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pdata, keydata[0].size, in test_pkey_export_null()
1117 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pdata, pdata_len, in test_pkey_export()
1162 ret = TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pdata, keydata[0].size, in test_rsa_pss_sign()
/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c218 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey_ex() function
234 return d2i_AutoPrivateKey_ex(a, pp, length, NULL, NULL); in d2i_AutoPrivateKey()
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dx_all.c766 ret = d2i_AutoPrivateKey_ex(a, &p, len, libctx, propq); in d2i_PrivateKey_ex_bio()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Devp.h1397 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp,
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map5490 d2i_AutoPrivateKey_ex;
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile4804 MLINKS+= d2i_PrivateKey.3 d2i_AutoPrivateKey_ex.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num5016 d2i_AutoPrivateKey_ex 5144 3_0_0 EXIST::FUNCTION: