Searched refs:KeyDerive (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | openssl_common.h | 69 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 D | dh_openssl.c | 76 HcfResult res = KeyDerive(priPKey, pubPKey, returnSecret); in EngineGenerateSecret()
|
H A D | x25519_openssl.c | 75 HcfResult res = KeyDerive(priPKey, pubPKey, returnSecret); in EngineGenerateSecret()
|
H A D | ecdh_openssl.c | 115 HcfResult res = KeyDerive(priPKey, pubPKey, returnSecret); in EngineGenerateSecret()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_common.c | 506 HcfResult KeyDerive(EVP_PKEY *priKey, EVP_PKEY *pubKey, HcfBlob *returnSecret) in KeyDerive() function
|