Home
last modified time | relevance | path

Searched defs:dupKey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsignature_rsa_openssl.c199 EVP_PKEY *dupKey = InitRsaEvpKey((HcfKey *)privateKey, true); in SetOnlySignParams() local
241 EVP_PKEY *dupKey = InitRsaEvpKey((HcfKey *)privateKey, true); in SetSignParams() local
310 EVP_PKEY *dupKey = InitRsaEvpKey((HcfKey *)publicKey, false); in SetVerifyParams() local
345 EVP_PKEY *dupKey = InitRsaEvpKey((HcfKey *)publicKey, false); in SetVerifyRecoverParams() local