Searched refs:aadLength (Results 1 – 3 of 3) sorted by relevance
644 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 …]
128 size_t aadLength; member
972 size_t aadLength; /*!< Length of the total \c aad in bytes. Either \c aadLength or member1008 size_t aadLength; /*!< Length of the \c aad in bytes. Must be non-zero, multiple member1319 int_fast16_t AESCCM_setLengths(AESCCM_Handle handle, size_t aadLength, size_t plaintextLength, size…