Searched refs:aadSegmentLength (Results 1 – 1 of 1) sorted by relevance
121 static size_t AESCCMLPF3_processB1withAAD(const uint8_t *aad, size_t aadSegmentLength, size_t aadTo…139 size_t aadSegmentLength,584 static size_t AESCCMLPF3_processB1withAAD(const uint8_t *aad, size_t aadSegmentLength, size_t aadTo… in AESCCMLPF3_processB1withAAD() argument586 size_t aadBytesProcessed = aadSegmentLength; in AESCCMLPF3_processB1withAAD()606 if (aadSegmentLength == 1U) in AESCCMLPF3_processB1withAAD()611 else if (aadSegmentLength <= B1_AAD_SMALL_BYTES) in AESCCMLPF3_processB1withAAD()613 (void)memcpy((void *)&B1.bytes[2], (void *)aad, aadSegmentLength); in AESCCMLPF3_processB1withAAD()1200 size_t aadSegmentLength, in AESCCMLPF3_processSegmentedCBCMAC() argument1233 if (aadSegmentLength > 0U) in AESCCMLPF3_processSegmentedCBCMAC()1235 aadBytesRemaining = aadSegmentLength; in AESCCMLPF3_processSegmentedCBCMAC()[all …]