Lines Matching refs:input
301 DebugP_assert((operation->inputLength == 0U) || operation->input); in AESCMACLPF3_startOperation()
381 AESCMACLPF3_processBlocks(operation->input, transactionLength); in AESCMACLPF3_startOperation()
400 AESCommonLPF3_configInputDMA(operation->input, transactionLength); in AESCMACLPF3_startOperation()
418 void AESCMACLPF3_processBlocks(const uint8_t *input, size_t transactionLength) in AESCMACLPF3_processBlocks() argument
421 …AESProcessAlignedBlocksCMAC((const uint32_t *)input, (uint32_t)AES_GET_NUM_BLOCKS(transactionLengt… in AESCMACLPF3_processBlocks()
431 if (IS_WORD_ALIGNED(input)) in AESCMACLPF3_processBlocks()
433 …AESProcessAlignedBlocksCMAC((const uint32_t *)input, (uint32_t)AES_GET_NUM_BLOCKS(transactionLengt… in AESCMACLPF3_processBlocks()
439 AESWriteBUF(&input[bytesProcessed]); in AESCMACLPF3_processBlocks()
442 AESWriteBUF(&input[bytesProcessed]); in AESCMACLPF3_processBlocks()
449 AESWriteBUF(&input[bytesProcessed]); in AESCMACLPF3_processBlocks()
496 … (void)memcpy(object->finalInputBlock, &operation->input[truncatedInputLength], finalInputLength); in AESCMACLPF3_prepareFinalInputBlock()
547 if (!IS_WORD_ALIGNED(operation->input)) in AESCMACLPF3_oneStepOperation()
864 if (!IS_WORD_ALIGNED(operation->input)) in AESCMAC_addData()
1006 if (!IS_WORD_ALIGNED(operation->input)) in AESCMAC_finalize()