Home
last modified time | relevance | path

Searched refs:tagLength (Results 1 – 7 of 7) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_aes_ccm.c174 aesCcmState->y[0] |= ((aesCcmState->tagLength - 2u) / 2u) << 3u; in Cy_Cryptolite_Aes_Ccm_Initial_Block()
236 … uint32_t aadSize, uint32_t textSize, uint32_t tagLength, in Cy_Cryptolite_Aes_Ccm_Set_Length() argument
245 if (tagLength < 3u || tagLength > CY_CRYPTOLITE_AES_BLOCK_SIZE || (tagLength % 2u != 0u)) in Cy_Cryptolite_Aes_Ccm_Set_Length()
257 aesCcmState->tagLength = (uint8_t)tagLength; in Cy_Cryptolite_Aes_Ccm_Set_Length()
568 Cy_Cryptolite_Vu_memcpy((void*)tag, (void*)y, aesCcmState->tagLength); in Cy_Cryptolite_Aes_Ccm_Finish()
Dcy_crypto_core_aes_v2.c194 aesCcmState->y[0] |= ((aesCcmState->tagLength - 2u) / 2u) << 3u; in Cy_Crypto_Core_V2_Aes_Ccm_Initial_Block()
265 … uint32_t aadSize, uint32_t textSize, uint32_t tagLength, in Cy_Crypto_Core_V2_Aes_Ccm_Set_Length() argument
274 if (tagLength < 3u || tagLength > CY_CRYPTO_AES_BLOCK_SIZE || (tagLength % 2u != 0u)) in Cy_Crypto_Core_V2_Aes_Ccm_Set_Length()
286 aesCcmState->tagLength = (uint8_t)tagLength; in Cy_Crypto_Core_V2_Aes_Ccm_Set_Length()
611 Cy_Crypto_Core_V2_MemCpy(base, (void*)tag, (void*)y, aesCcmState->tagLength); in Cy_Crypto_Core_V2_Aes_Ccm_Finish()
616 SCB_InvalidateDCache_by_Addr((volatile void *)tag, (int32_t)aesCcmState->tagLength); in Cy_Crypto_Core_V2_Aes_Ccm_Finish()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_cryptolite_aes_ccm.h128 … uint32_t aadSize, uint32_t textSize, uint32_t tagLength,
Dcy_crypto_core_aes.h2013 … uint32_t aadSize, uint32_t textSize, uint32_t tagLength, in Cy_Crypto_Core_Aes_Ccm_Set_Length() argument
2024 (void)tagLength; in Cy_Crypto_Core_Aes_Ccm_Set_Length()
2032 … tmpResult = Cy_Crypto_Core_V2_Aes_Ccm_Set_Length(base, aadSize, textSize, tagLength, aesCcmState); in Cy_Crypto_Core_Aes_Ccm_Set_Length()
Dcy_cryptolite_aes.h176 uint8_t tagLength; member
Dcy_crypto_core_aes_v2.h52 … uint32_t aadSize, uint32_t textSize, uint32_t tagLength,
Dcy_crypto_common.h847 uint8_t tagLength; member