Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dcrypto_fname.c147 struct ext4_str tmp_in[2], tmp_out[1]; in ext4_fname_decrypt() local
160 tmp_in[0].name = iname->name; in ext4_fname_decrypt()
161 tmp_in[0].len = iname->len; in ext4_fname_decrypt()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c1508 struct cryptocop_transform_init *tmp_in; in cryptocop_new_session() local
1544 tmp_in = tfrm_in->next; in cryptocop_new_session()
1545 while (tmp_in){ in cryptocop_new_session()
1546 if (tmp_in->tid == tfrm_in->tid) { in cryptocop_new_session()
1552 tmp_in = tmp_in->next; in cryptocop_new_session()