Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c586 size_t aadBytesProcessed = aadSegmentLength; in AESCCMLPF3_processB1withAAD() local
618 aadBytesProcessed = B1_AAD_SMALL_BYTES; in AESCCMLPF3_processB1withAAD()
624 return aadBytesProcessed; in AESCCMLPF3_processB1withAAD()
911 object->aadBytesProcessed = 0U; in AESCCMLPF3_oneStepOperation()
1030 object->aadBytesProcessed = 0U; in AESCCMLPF3_setupSegmentedOperation()
1212 …if ((object->aadBytesProcessed == 0U) && (object->totalCBCMACLengthRemaining == object->totalDataL… in AESCCMLPF3_processSegmentedCBCMAC()
1237 if (object->aadBytesProcessed == 0U) in AESCCMLPF3_processSegmentedCBCMAC()
1240 object->aadBytesProcessed = AESCCMLPF3_processB1withAAD(object->aad, in AESCCMLPF3_processSegmentedCBCMAC()
1243 aadBytesRemaining -= object->aadBytesProcessed; in AESCCMLPF3_processSegmentedCBCMAC()
1276 object->aadBytesProcessed += AES_BLOCK_SIZE; in AESCCMLPF3_processSegmentedCBCMAC()
[all …]
DAESCCMLPF3.h119 size_t aadBytesProcessed; member