Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c1509 int no_tfrms = 0; in cryptocop_new_session() local
1517 ++no_tfrms; in cryptocop_new_session()
1524 if (0 == no_tfrms) { in cryptocop_new_session()
1535 sess->tfrm_ctx = kmalloc(no_tfrms * sizeof(struct cryptocop_transform_ctx), alloc_flag); in cryptocop_new_session()
1543 for (i = 0; i < no_tfrms; i++){ in cryptocop_new_session()