Searched refs:d2i_PublicKey (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | d2i_PrivateKey.pod | 5 d2i_PrivateKey_ex, d2i_PrivateKey, d2i_PublicKey, d2i_KeyParams, 21 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, 65 d2i_PublicKey() does the same for public keys. 97 To decode a key with type B<EVP_PKEY_EC>, d2i_PublicKey() requires I<*a> to be 105 d2i_PrivateKey_ex_fp(), d2i_PrivateKey_fp(), d2i_PublicKey(), d2i_KeyParams()
|
H A D | d2i_RSAPrivateKey.pod | 174 b<d2i_I<TYPE>PublicKey()> with L<d2i_PublicKey(3)>, 303 L<d2i_PrivateKey(3)>, L<d2i_PublicKey(3)>, L<d2i_KeyParams(3)>,
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | d2i_pu.c | 28 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PublicKey() function
|
/freebsd/crypto/openssl/demos/signature/ |
H A D | rsa_pss_hash.c | 124 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
|
H A D | rsa_pss_direct.c | 134 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
|
/freebsd/crypto/openssl/test/ |
H A D | endecoder_legacy_test.c | 87 d2i_of_void *d2i_PublicKey; member 634 test_stanza->d2i_PublicKey, in test_key()
|
H A D | evp_libctx_test.c | 513 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_RSA, pub, &pp, len))) in rsa_keygen()
|
H A D | ectest.c | 2995 || !TEST_ptr(decoded_key = d2i_PublicKey(EVP_PKEY_EC, &decoded_key, in ec_d2i_publickey_test()
|
H A D | evp_extra_test.c | 3628 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_EC, &pkey2, &q, savelen))) in test_ecpub()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1387 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_crypto.c | 1587 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ptr, vallen); in crypto_encrypt()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 3546 d2i_PublicKey;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4929 MLINKS+= d2i_PrivateKey.3 d2i_PublicKey.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 437 d2i_PublicKey 445 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11991 d2i_PublicKey (crypto/asn1/d2i_pu.c) have been modified to make 19587 DSA_free()). Make X509_PUBKEY_set() check for errors in d2i_PublicKey().
|