Searched refs:caam_hash_sgt_insert (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/ |
D | fsl_caam.c | 2656 static uint32_t caam_hash_sgt_insert(caam_hash_ctx_internal_t *ctxInternal, in caam_hash_sgt_insert() function 2896 …size_t num = caam_hash_sgt_insert(ctxInternal, input, inputSize, numRemain, algState, sgt, kCAAM_H… in caam_hash_append_data() 3133 (void)caam_hash_sgt_insert(NULL, input, inputSize, NULL, kCAAM_AlgStateInitFinal, sgt, in CAAM_HASH_UpdateNonBlocking() 3364 …uint32_t num = caam_hash_sgt_insert(NULL, /* no ctxInternal data to pre-pend before in… in CAAM_HASH_NonBlocking() 4030 …uint32_t num = caam_hash_sgt_insert(NULL, /* no ctxInternal data to pre-pend before in… in CAAM_CRC_NonBlocking()
|