Searched refs:MbedtlsGcmUpdate (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_aes.c | 625 static int32_t MbedtlsGcmUpdate(mbedtls_gcm_context *gcmCtx, const struct HksBlob *message, in MbedtlsGcmUpdate() function 677 int32_t ret = MbedtlsGcmUpdate(gcmCtx, message, cipherText, true); in AesEncryptGcmUpdate() 698 ret = MbedtlsGcmUpdate(gcmCtx, message, cipherText, true); in AesEncryptGcmFinal() 807 int32_t ret = MbedtlsGcmUpdate(gcmCtx, message, cipherText, false); in AesDecryptGcmUpdate() 829 ret = MbedtlsGcmUpdate(gcmCtx, message, cipherText, false); in AesDecryptGcmFinal()
|