Searched refs:aad_size (Results 1 – 2 of 2) sorted by relevance
1173 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()
912 uint32_t aad_size; member