Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c2615 static uint32_t caam_hash_algo2mode(caam_hash_algo_t algo, uint32_t algState, uint32_t *algOutSize) in caam_hash_algo2mode() argument
2621 …if (((algState >> 2u) == (uint32_t)kCAAM_AlgStateInit) || ((algState >> 2u) == (uint32_t)kCAAM_Alg… in caam_hash_algo2mode()
2686 modeReg |= algState; in caam_hash_algo2mode()
2828 caam_algorithm_state_t algState, in caam_hash_sgt_insert() argument
2856 if ((algState == kCAAM_AlgStateInitFinal) || (algState == kCAAM_AlgStateFinal)) in caam_hash_sgt_insert()
2905 caam_algorithm_state_t algState, in caam_hash_schedule_input_data() argument
2942 if ((algState == kCAAM_AlgStateInit) || (algState == kCAAM_AlgStateInitFinal)) in caam_hash_schedule_input_data()
2999 descriptor[5] |= caam_hash_algo2mode(algo, (uint32_t)algState << 2, &algOutSize); in caam_hash_schedule_input_data()
3016 if ((kCAAM_AlgStateFinal == algState) || (kCAAM_AlgStateInitFinal == algState)) in caam_hash_schedule_input_data()
3026 …uint32_t how = (algState == kCAAM_AlgStateInit) ? 0U : 1U; /* context switch needs full, then runn… in caam_hash_schedule_input_data()
[all …]