Lines Matching refs:cses
264 crypto_session_t cses; member
340 crypto_session_t cses; in cse_create() local
489 error = crypto_newsession(&cses, &csp, crid); in cse_create()
501 cse->cses = cses; in cse_create()
528 sop->crid = crypto_ses2hid(cse->cses); in cse_create()
560 crypto_freesession(cse->cses); in cse_free()
596 if (crypto_get_params(cse->cses)->csp_flags & CSP_F_SEPARATE_AAD) { in cod_alloc()
602 if (crypto_get_params(cse->cses)->csp_flags & CSP_F_SEPARATE_OUTPUT) in cod_alloc()
673 crp = crypto_getreq(cse->cses, M_WAITOK); in cryptodev_op()
685 csp = crypto_get_params(cse->cses); in cryptodev_op()
902 crp = crypto_getreq(cse->cses, M_WAITOK); in cryptodev_aead()
933 csp = crypto_get_params(cse->cses); in cryptodev_aead()