Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/cj/src/
H A Dkey_agreement_impl.cpp20 KeyAgreementImpl::KeyAgreementImpl(HcfKeyAgreement *keyAgreement) in KeyAgreementImpl() function in OHOS::CryptoFramework::KeyAgreementImpl
25 KeyAgreementImpl::~KeyAgreementImpl() in ~KeyAgreementImpl()
31 HcfKeyAgreement *KeyAgreementImpl::GetKeyAgreement() in GetKeyAgreement()
36 HcfBlob KeyAgreementImpl::GenerateSecret(HcfPriKey *priKey, HcfPubKey *pubKey, int32_t *errCode) in GenerateSecret()
H A Dcrypto_ffi.cpp1762 auto instance = FFIData::Create<KeyAgreementImpl>(keyAgreement); in FFiOHOSKeyAgreementConstructor()
1776 auto instance = FFIData::GetData<KeyAgreementImpl>(id); in FFiOHOSKeyAgreementGenerateSecret()
/base/security/crypto_framework/frameworks/cj/include/
H A Dkey_agreement_impl.h25 class KeyAgreementImpl : public OHOS::FFI::FFIData { class
26 DECL_TYPE(KeyAgreementImpl, OHOS::FFI::FFIData)
28 explicit KeyAgreementImpl(HcfKeyAgreement *keyAgreement);
29 ~KeyAgreementImpl();

Completed in 4 milliseconds