Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/cj/include/
H A Dcipher_impl.h32 HcfResult CipherUpdate(HcfBlob *input, HcfBlob *output);
/base/security/crypto_framework/frameworks/cj/src/
H A Dcipher_impl.cpp40 HcfResult CipherImpl::CipherUpdate(HcfBlob *input, HcfBlob *output) in CipherUpdate() function in OHOS::CryptoFramework::CipherImpl
H A Dcrypto_ffi.cpp517 LOGD("[Cipher] CipherUpdate start"); in FfiOHOSCipherUpdate()
523 HcfResult res = instance->CipherUpdate(input, output); in FfiOHOSCipherUpdate()
524 LOGD("[Cipher] CipherUpdate success"); in FfiOHOSCipherUpdate()
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c290 static HcfResult CipherUpdate(HcfCipher *self, HcfBlob *input, HcfBlob *output) in CipherUpdate() function
321 cipher->super.update = CipherUpdate; in InitCipher()

Completed in 5 milliseconds