Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c2400 size_t tmp_ix = 0; in next_cfg_change_ix() local
2411 tmp_ix = crp_op->digest_start; in next_cfg_change_ix()
2413 tmp_ix = crp_op->digest_start + crp_op->digest_len; in next_cfg_change_ix()
2415 if (tmp_ix < ch_ix) ch_ix = tmp_ix; in next_cfg_change_ix()
2419 tmp_ix = crp_op->csum_start; in next_cfg_change_ix()
2421 tmp_ix = crp_op->csum_start + crp_op->csum_len; in next_cfg_change_ix()
2423 if (tmp_ix < ch_ix) ch_ix = tmp_ix; in next_cfg_change_ix()