Searched refs:d2i_AutoPrivateKey_ex (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | d2i_PrivateKey.pod | 6 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/crypto/openssl/test/ |
| H A D | evp_extra_test2.c | 1832 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pdata, pdata_len, in test_rsa_tofrom_data_select() 1854 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &p, input_len, mainctx, in test_d2i_AutoPrivateKey_ex() 3115 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_tofrom_data_select() 3148 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), in test_dsa_todata() 3251 ret = TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pdata, keydata[0].size, in test_pkey_todata_null() 3274 ret = TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pdata, keydata[0].size, in test_pkey_export_null() 3294 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pdata, pdata_len, in test_pkey_export() 3339 ret = TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pdata, keydata[0].size, in test_rsa_pss_sign()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | d2i_pr.c | 241 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey_ex() function 257 return d2i_AutoPrivateKey_ex(a, pp, length, NULL, NULL); in d2i_AutoPrivateKey()
|
| /freebsd/crypto/openssl/crypto/crmf/ |
| H A D | crmf_lib.c | 692 ret = d2i_AutoPrivateKey_ex(NULL, &p_copy, len, libctx, propq); in OSSL_CRMF_ENCRYPTEDKEY_get1_pkey()
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x_all.c | 826 ret = d2i_AutoPrivateKey_ex(a, &p, len, libctx, propq); in d2i_PrivateKey_ex_bio()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 1444 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp,
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 5357 d2i_AutoPrivateKey_ex;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 5629 MLINKS+= d2i_PrivateKey.3 d2i_AutoPrivateKey_ex.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 5016 d2i_AutoPrivateKey_ex 5144 3_0_0 EXIST::FUNCTION:
|