cryptodev.c | 178 static struct csession *csefind(struct fcrypt *, u_int); 313 cse = csefind(fcr, ses); 345 cse = csefind(fcr, cop->ses); 348 DPRINTF("csefind failed\n"); 917 return csefind(fcr, ses); 920 /* csefind: call with cryptodev_mtx held. */ 922 csefind(struct fcrypt *fcr, u_int ses) function in typeref:struct:csession * 1087 cse = csefind(fcr, cnop[req].ses); 1089 DPRINTF("csefind failed\n"); 1718 cse = csefind(fcr, sesid[req]) [all...] |