Searched refs:algState (Results 1 – 1 of 1) sorted by relevance
2511 static uint32_t caam_hash_algo2mode(caam_hash_algo_t algo, uint32_t algState, uint32_t *algOutSize) in caam_hash_algo2mode() argument2552 modeReg |= algState; in caam_hash_algo2mode()2660 caam_algorithm_state_t algState, in caam_hash_sgt_insert() argument2688 if ((algState == kCAAM_AlgStateInitFinal) || (algState == kCAAM_AlgStateFinal)) in caam_hash_sgt_insert()2737 caam_algorithm_state_t algState, in caam_hash_schedule_input_data() argument2773 if ((algState == kCAAM_AlgStateInit) || (algState == kCAAM_AlgStateInitFinal)) in caam_hash_schedule_input_data()2824 descriptor[5] |= caam_hash_algo2mode(algo, (uint32_t)algState << 2, &algOutSize); in caam_hash_schedule_input_data()2841 if ((kCAAM_AlgStateFinal == algState) || (kCAAM_AlgStateInitFinal == algState)) in caam_hash_schedule_input_data()2851 …uint32_t how = (algState == kCAAM_AlgStateInit) ? 0U : 1U; /* context switch needs full, then runn… in caam_hash_schedule_input_data()2855 if ((kCAAM_AlgStateFinal == algState) || (kCAAM_AlgStateInitFinal == algState)) in caam_hash_schedule_input_data()[all …]