Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/cj/src/
H A Dsign_impl.cpp22 signObj_ = signObj; in SignImpl()
27 HcfObjDestroy(this->signObj_); in ~SignImpl()
32 if (this->signObj_ == nullptr) { in Init()
35 return this->signObj_->init(signObj_, nullptr, priKey); in Init()
40 if (this->signObj_ == nullptr) { in Update()
43 return this->signObj_->update(signObj_, input); in Update()
48 if (this->signObj_ == nullptr) { in Sign()
51 return this->signObj_ in Sign()
[all...]
/base/security/crypto_framework/frameworks/cj/include/
H A Dsign_impl.h41 HcfSign *signObj_ = nullptr; member in OHOS::CryptoFramework::SignImpl

Completed in 1 milliseconds