Home
last modified time | relevance | path

Searched refs:d2i_PublicKey (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A Dd2i_PrivateKey.pod5 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 Dd2i_RSAPrivateKey.pod174 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 Dd2i_pu.c28 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PublicKey() function
/freebsd/crypto/openssl/demos/signature/
H A Drsa_pss_hash.c124 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
H A Drsa_pss_direct.c134 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c87 d2i_of_void *d2i_PublicKey; member
634 test_stanza->d2i_PublicKey, in test_key()
H A Devp_libctx_test.c513 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_RSA, pub, &pp, len))) in rsa_keygen()
H A Dectest.c2995 || !TEST_ptr(decoded_key = d2i_PublicKey(EVP_PKEY_EC, &decoded_key, in ec_d2i_publickey_test()
H A Devp_extra_test.c3628 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_EC, &pkey2, &q, savelen))) in test_ecpub()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1387 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c1587 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ptr, vallen); in crypto_encrypt()
/freebsd/secure/lib/libcrypto/
H A DVersion.map3546 d2i_PublicKey;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4929 MLINKS+= d2i_PrivateKey.3 d2i_PublicKey.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num437 d2i_PublicKey 445 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md11991 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().