Searched refs:textLength (Results 1 – 4 of 4) sorted by relevance
177 size_left = aesCcmState->textLength; in Cy_Cryptolite_Aes_Ccm_Initial_Block()255 aesCcmState->textLength = textSize; in Cy_Cryptolite_Aes_Ccm_Set_Length()536 if (aesCcmState->textLength % CY_CRYPTOLITE_AES_BLOCK_SIZE != 0u) in Cy_Cryptolite_Aes_Ccm_Finish()538 …te_Aes_CbcMac_Update(base, CY_CRYPTOLITE_AES_BLOCK_SIZE - aesCcmState->textLength % CY_CRYPTOLITE_… in Cy_Cryptolite_Aes_Ccm_Finish()
197 size_left = aesCcmState->textLength; in Cy_Crypto_Core_V2_Aes_Ccm_Initial_Block()284 aesCcmState->textLength = textSize; in Cy_Crypto_Core_V2_Aes_Ccm_Set_Length()576 if (aesCcmState->textLength % CY_CRYPTO_AES_BLOCK_SIZE != 0u) in Cy_Crypto_Core_V2_Aes_Ccm_Finish()578 …ore_V2_Aes_CbcMac_Update(base, CY_CRYPTO_AES_BLOCK_SIZE - aesCcmState->textLength % CY_CRYPTO_AES_… in Cy_Crypto_Core_V2_Aes_Ccm_Finish()
172 uint32_t textLength; member
843 uint32_t textLength; member