Searched refs:tagLength (Results 1 – 7 of 7) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_cryptolite_aes_ccm.c | 174 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()
|
| D | cy_crypto_core_aes_v2.c | 194 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/ |
| D | cy_cryptolite_aes_ccm.h | 128 … uint32_t aadSize, uint32_t textSize, uint32_t tagLength,
|
| D | cy_crypto_core_aes.h | 2013 … 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()
|
| D | cy_cryptolite_aes.h | 176 uint8_t tagLength; member
|
| D | cy_crypto_core_aes_v2.h | 52 … uint32_t aadSize, uint32_t textSize, uint32_t tagLength,
|
| D | cy_crypto_common.h | 847 uint8_t tagLength; member
|