Searched refs:sh_idx (Results 1 - 1 of 1) sorted by relevance

/drivers/crypto/caam/
H A Dctrl.c180 int ret = 0, sh_idx; local
189 for (sh_idx = 0; sh_idx < RNG4_MAX_HANDLES; sh_idx++) {
194 if ((1 << sh_idx) & state_handle_mask)
198 build_instantiation_desc(desc, sh_idx, gen_sk);
214 if (status || !(rdsta_val & (1 << sh_idx)))
218 dev_info(ctrldev, "Instantiated RNG4 SH%d\n", sh_idx);
244 int sh_idx, ret = 0; local
250 for (sh_idx
[all...]

Completed in 54 milliseconds