Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_aes_v2.c1173 aesGCMctx->aad_size = 0u; in Cy_Crypto_Core_V2_Aes_GCM_Start()
1261 rem_add_size = aesGCMctx->aad_size % CY_CRYPTO_AES_BLOCK_SIZE; in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
1266 aesGCMctx->aad_size += aadSize; in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
1273 aesGCMctx->aad_size += copy_size; in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
1283 …aesGCMctx->aad_size += block_count *CY_CRYPTO_AES_BLOCK_SIZE + aadSize % CY_CRYPTO_AES_BLOCK_SIZE; in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
1352 if(aesGCMctx->aad_size %CY_CRYPTO_AES_BLOCK_SIZE != 0u) in Cy_Crypto_Core_V2_Aes_GCM_Update()
1356 …Cy_Crypto_Core_V2_Aes_GCM_Ghash(base, hRemap, tempRemap, aesGCMctx->aad_size%CY_CRYPTO_AES_BLOCK_S… in Cy_Crypto_Core_V2_Aes_GCM_Update()
1449 aadbitlen = (uint64_t)aesGCMctx->aad_size << 3U; // Bytes to bits in Cy_Crypto_Core_V2_Aes_GCM_tag()
1519 if((0u == aesGCMctx->data_size) && (0u != aesGCMctx->aad_size %CY_CRYPTO_AES_BLOCK_SIZE)) in Cy_Crypto_Core_V2_Aes_GCM_Finish()
1521 …Cy_Crypto_Core_V2_Aes_GCM_Ghash(base, hRemap, tempRemap, aesGCMctx->aad_size%CY_CRYPTO_AES_BLOCK_S… in Cy_Crypto_Core_V2_Aes_GCM_Finish()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_common.h912 uint32_t aad_size; member