Searched refs:aadBytesProcessed (Results 1 – 2 of 2) sorted by relevance
586 size_t aadBytesProcessed = aadSegmentLength; in AESCCMLPF3_processB1withAAD() local618 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 …]
119 size_t aadBytesProcessed; member