Home
last modified time | relevance | path

Searched refs:aad (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c121 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()
[all …]
DAESCCMLPF3.h105 const uint8_t *aad; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCCM.h946 uint8_t *aad; /*!< A buffer of length \c aadLength containing additional member
1004 uint8_t *aad; /*!< A buffer of length \c aadLength containing additional member