Lines Matching refs:aad

121 static size_t AESCCMLPF3_processB1withAAD(const uint8_t *aad, size_t aadSegmentLength, size_t aadTo…
584 static size_t AESCCMLPF3_processB1withAAD(const uint8_t *aad, size_t aadSegmentLength, size_t aadTo… in AESCCMLPF3_processB1withAAD() argument
609 B1.bytes[2] = aad[0]; in AESCCMLPF3_processB1withAAD()
613 (void)memcpy((void *)&B1.bytes[2], (void *)aad, aadSegmentLength); in AESCCMLPF3_processB1withAAD()
617 (void)memcpy((void *)&B1.bytes[2], (void *)aad, B1_AAD_SMALL_BYTES); in AESCCMLPF3_processB1withAAD()
654 …aadBytesRemaining -= AESCCMLPF3_processB1withAAD(operation->aad, operation->aadLength, operation->… in AESCCMLPF3_processOneStepCBCMACPolling()
663 AESCMACLPF3_processBlocks(&operation->aad[operation->aadLength - aadBytesRemaining], in AESCCMLPF3_processOneStepCBCMACPolling()
671 … AESCCMLPF3_processCBCMACFinalBlock(&operation->aad[operation->aadLength - aadBytesRemaining], in AESCCMLPF3_processOneStepCBCMACPolling()
817 DebugP_assert((operation->aad && (operation->aadLength > 0U)) || in AESCCMLPF3_oneStepOperation()
899 object->aad = operation->aad; in AESCCMLPF3_oneStepOperation()
1240 object->aadBytesProcessed = AESCCMLPF3_processB1withAAD(object->aad, in AESCCMLPF3_processSegmentedCBCMAC()
1267 const uint8_t *newAAD = &object->aad[aadSegmentLength - aadBytesRemaining]; in AESCCMLPF3_processSegmentedCBCMAC()
1298 AESCMACLPF3_processBlocks(&object->aad[aadSegmentLength - aadBytesRemaining], in AESCCMLPF3_processSegmentedCBCMAC()
1309 … AESCCMLPF3_processCBCMACFinalBlock(&object->aad[aadSegmentLength - aadBytesRemaining], in AESCCMLPF3_processSegmentedCBCMAC()
1316 … const uint8_t *aadRemaining = &object->aad[aadSegmentLength - AESCCMLPF3_AAD_BUFFER_SIZE]; in AESCCMLPF3_processSegmentedCBCMAC()
1609 object->aad = operation->aad; in AESCCM_addAAD()
2152 object->aad = NULL; in AESCCM_cancelOperation()
2386 DebugP_assert((operation->aad && (operation->aadLength > 0U)) || in AESCCMLPF3HSM_oneStepOperation()
2427 object->aad = operation->aad; in AESCCMLPF3HSM_oneStepOperation()
2657 object->aad = operation->aad; in AESCCMLPF3HSM_addAAD()