Searched refs:no_tfrms (Results 1 – 1 of 1) sorted by relevance
1509 int no_tfrms = 0; in cryptocop_new_session() local1517 ++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()