Lines Matching refs:ses
91 uint32_t ses; member
101 uint32_t ses; member
107 uint32_t ses; member
117 uint32_t ses; member
162 CP(*from, *to, ses); in session_op_from_32()
184 CP(*from, *to, ses); in session_op_to_32()
199 CP(*from, *to, ses); in crypt_op_from_32()
213 CP(*from, *to, ses); in crypt_op_to_32()
227 CP(*from, *to, ses); in crypt_aead_from_32()
244 CP(*from, *to, ses); in crypt_aead_to_32()
322 uint32_t ses; member
686 cse->ses = fcr->sesn++; in cse_create()
689 sop->ses = cse->ses; in cse_create()
702 cse_find(struct fcrypt *fcr, u_int ses) in cse_find() argument
708 if (cse->ses == ses) { in cse_find()
734 cse_delete(struct fcrypt *fcr, u_int ses) in cse_delete() argument
740 if (cse->ses == ses) { in cse_delete()
1389 uint32_t ses; in crypto_ioctl() local
1480 ses = *(uint32_t *)data; in crypto_ioctl()
1481 if (!cse_delete(fcr, ses)) { in crypto_ioctl()
1488 cse = cse_find(fcr, cop->ses); in crypto_ioctl()
1541 cse = cse_find(fcr, caead->ses); in crypto_ioctl()