Home
last modified time | relevance | path

Searched refs:Openssl_EC_KEY_dup (Results 1 – 7 of 7) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
Decdh_openssl.c50 EC_KEY *ecKey = Openssl_EC_KEY_dup(publicKey->ecKey); in NewPKeyByEccPubKey()
63 EC_KEY *ecKey = Openssl_EC_KEY_dup(privateKey->ecKey); in NewPKeyByEccPriKey()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_sm2_openssl.c70 impl->sm2Key = Openssl_EC_KEY_dup(((HcfOpensslSm2PubKey *)key)->ecKey); in InitSm2Key()
72 impl->sm2Key = Openssl_EC_KEY_dup(((HcfOpensslSm2PriKey *)key)->ecKey); in InitSm2Key()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Decdsa_openssl.c120 EC_KEY *ecKey = Openssl_EC_KEY_dup(((HcfOpensslEccPriKey *)privateKey)->ecKey); in EngineSignInit()
235 EC_KEY *ecKey = Openssl_EC_KEY_dup(((HcfOpensslEccPubKey *)publicKey)->ecKey); in EngineVerifyInit()
Dsm2_openssl.c136 EC_KEY *ecKey = Openssl_EC_KEY_dup(((HcfOpensslSm2PriKey *)privateKey)->ecKey); in EngineSignInit()
255 EC_KEY *ecKey = Openssl_EC_KEY_dup(((HcfOpensslSm2PubKey *)publicKey)->ecKey); in EngineVerifyInit()
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
Dopenssl_adapter.h76 EC_KEY *Openssl_EC_KEY_dup(const EC_KEY *ecKey);
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_adapter.c223 EC_KEY *Openssl_EC_KEY_dup(const EC_KEY *ecKey) in Openssl_EC_KEY_dup() function
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c285 EC_KEY *Openssl_EC_KEY_dup(const EC_KEY *ecKey) in Openssl_EC_KEY_dup() function