Searched refs:CipherUpdate (Results 1 – 4 of 4) sorted by relevance
32 HcfResult CipherUpdate(HcfBlob *input, HcfBlob *output);
40 HcfResult CipherImpl::CipherUpdate(HcfBlob *input, HcfBlob *output) in CipherUpdate() function in OHOS::CryptoFramework::CipherImpl
523 HcfResult res = instance->CipherUpdate(input, output); in FfiOHOSCipherUpdate()
290 static HcfResult CipherUpdate(HcfCipher *self, HcfBlob *input, HcfBlob *output) in CipherUpdate() function321 cipher->super.update = CipherUpdate; in InitCipher()