/src/sys/opencrypto/ |
ocryptodev.c | 116 struct csession *cse; local in function:ocryptof_ioctl 159 cse = cryptodev_csefind(fcr, ocop->ses); 161 if (cse == NULL) { 165 error = ocryptodev_op(cse, ocop, curlwp); 197 ocryptodev_op(struct csession *cse, struct ocrypt_op *ocop, struct lwp *l) 211 return cryptodev_op(cse, &cop, l);
|
ocryptodev.c | 116 struct csession *cse; local in function:ocryptof_ioctl 159 cse = cryptodev_csefind(fcr, ocop->ses); 161 if (cse == NULL) { 165 error = ocryptodev_op(cse, ocop, curlwp); 197 ocryptodev_op(struct csession *cse, struct ocrypt_op *ocop, struct lwp *l) 211 return cryptodev_op(cse, &cop, l);
|
cryptodev.c | 227 struct csession *cse; local in function:cryptof_ioctl 313 cse = csefind(fcr, ses); 314 if (cse == NULL) { 318 csedelete(fcr, cse); 320 csefree(cse); 345 cse = csefind(fcr, cop->ses); 347 if (cse == NULL) { 351 error = cryptodev_op(cse, cop, curlwp); 454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) 466 if (cse->txform) 714 struct csession *cse = crp->crp_opaque; local in function:cryptodev_cb 726 struct csession *cse = crp->crp_opaque; local in function:cryptodev_mcb 896 struct csession *cse; local in function:cryptof_close 924 struct csession *cse, *cnext, *ret = NULL; local in function:csefind 938 struct csession *cse, *cnext; local in function:csedelete 969 struct csession *cse; local in function:csecreate 1081 struct csession *cse; local in function:cryptodev_mop 1463 struct csession *cse; local in function:cryptodev_session 1713 struct csession *cse; local in function:cryptodev_msessionfin 1740 struct csession *cse; local in function:cryptodev_getmstatus 1886 struct csession *cse; local in function:cryptodev_getstatus [all...] |
cryptodev.c | 227 struct csession *cse; local in function:cryptof_ioctl 313 cse = csefind(fcr, ses); 314 if (cse == NULL) { 318 csedelete(fcr, cse); 320 csefree(cse); 345 cse = csefind(fcr, cop->ses); 347 if (cse == NULL) { 351 error = cryptodev_op(cse, cop, curlwp); 454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) 466 if (cse->txform) 714 struct csession *cse = crp->crp_opaque; local in function:cryptodev_cb 726 struct csession *cse = crp->crp_opaque; local in function:cryptodev_mcb 896 struct csession *cse; local in function:cryptof_close 924 struct csession *cse, *cnext, *ret = NULL; local in function:csefind 938 struct csession *cse, *cnext; local in function:csedelete 969 struct csession *cse; local in function:csecreate 1081 struct csession *cse; local in function:cryptodev_mop 1463 struct csession *cse; local in function:cryptodev_session 1713 struct csession *cse; local in function:cryptodev_msessionfin 1740 struct csession *cse; local in function:cryptodev_getmstatus 1886 struct csession *cse; local in function:cryptodev_getstatus [all...] |