Home
last modified time | relevance | path

Searched refs:KeyDerive (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_common.h69 HcfResult KeyDerive(EVP_PKEY *priKey, EVP_PKEY *pubKey, HcfBlob *returnSecret);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Ddh_openssl.c76 HcfResult res = KeyDerive(priPKey, pubPKey, returnSecret); in EngineGenerateSecret()
H A Dx25519_openssl.c75 HcfResult res = KeyDerive(priPKey, pubPKey, returnSecret); in EngineGenerateSecret()
H A Decdh_openssl.c115 HcfResult res = KeyDerive(priPKey, pubPKey, returnSecret); in EngineGenerateSecret()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c506 HcfResult KeyDerive(EVP_PKEY *priKey, EVP_PKEY *pubKey, HcfBlob *returnSecret) in KeyDerive() function