Home
last modified time | relevance | path

Searched refs:NewEvpPkeyByRsa (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Drsa_openssl_common.h32 EVP_PKEY *NewEvpPkeyByRsa(RSA *rsa, bool withDuplicate);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Drsa_openssl_common.c83 EVP_PKEY *NewEvpPkeyByRsa(RSA *rsa, bool withDuplicate) in NewEvpPkeyByRsa() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c415 EVP_PKEY *pKey = NewEvpPkeyByRsa(rsa, true); in EncodePriKeyToPKCS8()
547 EVP_PKEY *pkey = NewEvpPkeyByRsa(impl->pk, true); in GetPubKeyEncodedPem()
673 EVP_PKEY *pkey = NewEvpPkeyByRsa(impl->sk, true); in GetPriKeyEncodedPem()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_rsa_openssl.c98 EVP_PKEY *pkey = NewEvpPkeyByRsa(rsa, false); in InitEvpPkeyCtx()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_common_cov_test.cpp221 EVP_PKEY *pKey = NewEvpPkeyByRsa(nullptr, true);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsignature_rsa_openssl.c164 EVP_PKEY *pkey = NewEvpPkeyByRsa(rsa, false); in InitRsaEvpKey()