Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c1507 struct cryptocop_transform_init *tfrm_in = tinit; in cryptocop_new_session() local
1515 while (tfrm_in){ in cryptocop_new_session()
1518 if ((err = transform_ok(tfrm_in))) { in cryptocop_new_session()
1522 tfrm_in = tfrm_in->next; in cryptocop_new_session()
1542 tfrm_in = tinit; in cryptocop_new_session()
1544 tmp_in = tfrm_in->next; in cryptocop_new_session()
1546 if (tmp_in->tid == tfrm_in->tid) { in cryptocop_new_session()
1554 memcpy(&sess->tfrm_ctx[i].init, tfrm_in, sizeof(struct cryptocop_transform_init)); in cryptocop_new_session()
1558 tfrm_in = tfrm_in->next; in cryptocop_new_session()