Home
last modified time | relevance | path

Searched refs:GetCipher (Results 1 – 2 of 2) sorted by relevance

/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
Dnapi_cipher.h44 HcfCipher *GetCipher() const;
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_cipher.cpp147 context->cipher = napiCipher->GetCipher(); in BuildContextForInit()
203 context->cipher = napiCipher->GetCipher(); in BuildContextForUpdate()
243 context->cipher = napiCipher->GetCipher(); in BuildContextForFinal()
470 HcfCipher *NapiCipher::GetCipher() const in GetCipher() function in OHOS::CryptoFramework::NapiCipher
544 HcfCipher *cipher = napiCipher->GetCipher(); in JsGetAlgorithm()
656 HcfCipher *cipher = napiCipher->GetCipher(); in JsSetCipherSpec()
723 HcfCipher *cipher = napiCipher->GetCipher(); in JsGetCipherSpec()