Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.h86 #define AESCCMLPF3_AAD_BUFFER_SIZE 2U macro
123 uint8_t bufferedAAD[AESCCMLPF3_AAD_BUFFER_SIZE];
DAESCCMLPF3.c1266 size_t aadBlockBytesAvail = (AES_BLOCK_SIZE - AESCCMLPF3_AAD_BUFFER_SIZE); in AESCCMLPF3_processSegmentedCBCMAC()
1272 (void)memcpy((void *)&aadBlock.bytes[AESCCMLPF3_AAD_BUFFER_SIZE], in AESCCMLPF3_processSegmentedCBCMAC()
1281 (void)memcpy((void *)&aadBlock.bytes[AESCCMLPF3_AAD_BUFFER_SIZE], in AESCCMLPF3_processSegmentedCBCMAC()
1285 object->aadBytesProcessed += (aadBytesRemaining + AESCCMLPF3_AAD_BUFFER_SIZE); in AESCCMLPF3_processSegmentedCBCMAC()
1313 else if (aadBytesRemaining == AESCCMLPF3_AAD_BUFFER_SIZE) in AESCCMLPF3_processSegmentedCBCMAC()
1316 … const uint8_t *aadRemaining = &object->aad[aadSegmentLength - AESCCMLPF3_AAD_BUFFER_SIZE]; in AESCCMLPF3_processSegmentedCBCMAC()
1319 object->bufferedAADLength = (uint8_t)AESCCMLPF3_AAD_BUFFER_SIZE; in AESCCMLPF3_processSegmentedCBCMAC()