Home
last modified time | relevance | path

Searched refs:HcfKeyAgreementSpiDhCreate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/inc/
H A Ddh_openssl.h27 HcfResult HcfKeyAgreementSpiDhCreate(HcfKeyAgreementParams *params, HcfKeyAgreementSpi **returnObj);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Ddh_openssl.c82 HcfResult HcfKeyAgreementSpiDhCreate(HcfKeyAgreementParams *params, HcfKeyAgreementSpi **returnObj) in HcfKeyAgreementSpiDhCreate() function
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_key_agreement_test.cpp372 HcfResult res = HcfKeyAgreementSpiDhCreate(&params, nullptr);
380 HcfResult res = HcfKeyAgreementSpiDhCreate(&params, &spiObj);
403 HcfResult res = HcfKeyAgreementSpiDhCreate(&params, &spiObj);
416 HcfResult res = HcfKeyAgreementSpiDhCreate(&params, &spiObj);
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dkey_agreement.c49 { HCF_ALG_DH, HcfKeyAgreementSpiDhCreate }