Searched refs:kCAAM_HashSgtEntryLast (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/ |
D | fsl_caam.c | 170 kCAAM_HashSgtEntryLast = 1u, /*!< Sets Final Bit in the last SGT entry */ enumerator 2702 if ((kCAAM_HashSgtEntryLast == last) && (0U == inputSize)) in caam_hash_sgt_insert() 2717 if (kCAAM_HashSgtEntryLast == last) in caam_hash_sgt_insert() 2896 …m_hash_sgt_insert(ctxInternal, input, inputSize, numRemain, algState, sgt, kCAAM_HashSgtEntryLast); in caam_hash_append_data() 3367 … algState, sgt, kCAAM_HashSgtEntryLast); /* sgt table, entry 0 word 0 */ in CAAM_HASH_NonBlocking() 3509 if ((kCAAM_HashSgtEntryLast == last) && (0U == inputSize)) in caam_crc_sgt_insert() 3524 if (kCAAM_HashSgtEntryLast == last) in caam_crc_sgt_insert() 3693 …am_crc_sgt_insert(ctxInternal, input, inputSize, numRemain, algState, sgt, kCAAM_HashSgtEntryLast); in caam_crc_append_data() 4033 … algState, sgt, kCAAM_HashSgtEntryLast); /* sgt table, entry 0 word 0 */ in CAAM_CRC_NonBlocking()
|