Home
last modified time | relevance | path

Searched refs:HcfKeyAgreementImpl (Results 1 - 1 of 1) sorted by relevance

/base/security/crypto_framework/frameworks/crypto_operation/
H A Dkey_agreement.c38 } HcfKeyAgreementImpl; typedef
164 return ((HcfKeyAgreementImpl *)self)->algoName; in GetAlgoName()
178 return ((HcfKeyAgreementImpl *)self)->spiObj->engineGenerateSecret( in GenerateSecret()
179 ((HcfKeyAgreementImpl *)self)->spiObj, priKey, pubKey, returnSecret); in GenerateSecret()
190 HcfKeyAgreementImpl *impl = (HcfKeyAgreementImpl *)self; in DestroyKeyAgreement()
213 HcfKeyAgreementImpl *returnGenerator = (HcfKeyAgreementImpl *)HcfMalloc(sizeof(HcfKeyAgreementImpl), 0); in HcfKeyAgreementCreate()

Completed in 1 milliseconds