Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/cj/src/
H A Dmac_impl.cpp22 macObj_ = macObj; in MacImpl()
27 HcfObjDestroy(this->macObj_); in ~MacImpl()
32 if (macObj_ == nullptr) { in MacInit()
36 HcfResult res = macObj_->init(macObj_, symKey); in MacInit()
42 if (macObj_ == nullptr) { in MacUpdate()
46 HcfResult res = macObj_->update(macObj_, input); in MacUpdate()
52 if (macObj_ == nullptr) { in MacDoFinal()
56 HcfResult res = macObj_ in MacDoFinal()
[all...]
/base/security/crypto_framework/frameworks/cj/include/
H A Dmac_impl.h38 HcfMac *macObj_ = nullptr; member in OHOS::CryptoFramework::MacImpl
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_mac.h49 HcfMac *macObj_ = nullptr; member in OHOS::CryptoFramework::NapiMac
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_mac.cpp400 this->macObj_ = macObj; in NapiMac()
405 HcfObjDestroy(this->macObj_); in ~NapiMac()
410 return this->macObj_; in GetMac()

Completed in 2 milliseconds