Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c659 size_t blockSizeAlignedAADLength = AES_BLOCK_SIZE_MULTIPLE_LENGTH(aadBytesRemaining); in AESCCMLPF3_processOneStepCBCMACPolling() local
661 if (blockSizeAlignedAADLength > 0U) in AESCCMLPF3_processOneStepCBCMACPolling()
664 blockSizeAlignedAADLength); in AESCCMLPF3_processOneStepCBCMACPolling()
666 aadBytesRemaining -= blockSizeAlignedAADLength; in AESCCMLPF3_processOneStepCBCMACPolling()
1294 size_t blockSizeAlignedAADLength = AES_BLOCK_SIZE_MULTIPLE_LENGTH(aadBytesRemaining); in AESCCMLPF3_processSegmentedCBCMAC() local
1296 if (blockSizeAlignedAADLength > 0U) in AESCCMLPF3_processSegmentedCBCMAC()
1299 blockSizeAlignedAADLength); in AESCCMLPF3_processSegmentedCBCMAC()
1301 object->aadBytesProcessed += blockSizeAlignedAADLength; in AESCCMLPF3_processSegmentedCBCMAC()
1302 aadBytesRemaining -= blockSizeAlignedAADLength; in AESCCMLPF3_processSegmentedCBCMAC()