Searched refs:d2i_PublicKey (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/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
|
/third_party/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
|
/third_party/openssl/demos/signature/ |
H A D | rsa_pss_direct.c | 134 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
|
H A D | rsa_pss_hash.c | 124 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
|
/third_party/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 | 3453 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_EC, &pkey2, &q, savelen))) in test_ecpub()
|
/third_party/node/src/crypto/ |
H A D | crypto_keys.cc | 125 return d2i_PublicKey(EVP_PKEY_RSA, nullptr, p, l); in ParsePublicKeyPEM() 150 pkey->reset(d2i_PublicKey(EVP_PKEY_RSA, nullptr, &p, key_len)); in ParsePublicKey()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1043 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 1387 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 1385 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
|
Completed in 24 milliseconds