Searched defs:gcmCtx (Results 1 – 1 of 1) sorted by relevance
582 mbedtls_gcm_context *gcmCtx = (mbedtls_gcm_context *)HksMalloc(sizeof(mbedtls_gcm_context)); in AesEncryptGcmInit() local625 static int32_t MbedtlsGcmUpdate(mbedtls_gcm_context *gcmCtx, const struct HksBlob *message, in MbedtlsGcmUpdate()647 static int32_t MbedtlsGcmFinish(mbedtls_gcm_context *gcmCtx, uint8_t *tagAeadData, uint32_t tagAead… in MbedtlsGcmFinish()674 mbedtls_gcm_context *gcmCtx = (mbedtls_gcm_context *)aesCtx->append; in AesEncryptGcmUpdate() local688 mbedtls_gcm_context *gcmCtx = (mbedtls_gcm_context *)aesCtx->append; in AesEncryptGcmFinal() local758 mbedtls_gcm_context *gcmCtx = (mbedtls_gcm_context*)HksMalloc(sizeof(mbedtls_gcm_context)); in AesDecryptGcmInit() local804 mbedtls_gcm_context *gcmCtx = (mbedtls_gcm_context *)aesCtx->append; in AesDecryptGcmUpdate() local819 mbedtls_gcm_context *gcmCtx = (mbedtls_gcm_context *)aesCtx->append; in AesDecryptGcmFinal() local