Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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
/third_party/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
/third_party/openssl/demos/signature/
H A Drsa_pss_direct.c134 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
H A Drsa_pss_hash.c124 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
/third_party/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.c3453 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_EC, &pkey2, &q, savelen))) in test_ecpub()
/third_party/node/src/crypto/
H A Dcrypto_keys.cc125 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 Devp.h1043 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1387 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
/third_party/openssl/include/openssl/
H A Devp.h1385 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,

Completed in 24 milliseconds