Home
last modified time | relevance | path

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

/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)>,
/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
/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()
/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.c561 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_RSA, pub, &pp, len))) in rsa_keygen()
H A Dectest.c3107 || !TEST_ptr(decoded_key = d2i_PublicKey(EVP_PKEY_EC, &decoded_key, in ec_d2i_publickey_test()
H A Devp_extra_test.c4072 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_EC, &pkey2, &q, savelen))) in test_ecpub()
/openssl/include/openssl/
H A Devp.h1403 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
/openssl/util/
H A Dlibcrypto.num437 d2i_PublicKey 445 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md12933 d2i_PublicKey (crypto/asn1/d2i_pu.c) have been modified to make
20529 DSA_free()). Make X509_PUBKEY_set() check for errors in d2i_PublicKey().

Completed in 118 milliseconds