Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c644 operation->aadLength, in AESCCMLPF3_processOneStepCBCMACPolling()
649 if (operation->aadLength > 0U) in AESCCMLPF3_processOneStepCBCMACPolling()
651 aadBytesRemaining = operation->aadLength; in AESCCMLPF3_processOneStepCBCMACPolling()
654 …maining -= AESCCMLPF3_processB1withAAD(operation->aad, operation->aadLength, operation->aadLength); 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()
821 DebugP_assert(operation->aadLength <= B1_AAD_LENGTH_SMALL_LIMIT) in AESCCMLPF3_oneStepOperation()
842 if ((operation->aadLength + operation->inputLength) == 0U) in AESCCMLPF3_oneStepOperation()
904 object->totalAADLength = operation->aadLength; in AESCCMLPF3_oneStepOperation()
[all …]
DAESCCMLPF3.h128 size_t aadLength; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCCM.h972 size_t aadLength; /*!< Length of the total \c aad in bytes. Either \c aadLength or member
1008 size_t aadLength; /*!< Length of the \c aad in bytes. Must be non-zero, multiple member
1319 int_fast16_t AESCCM_setLengths(AESCCM_Handle handle, size_t aadLength, size_t plaintextLength, size…