Lines Matching refs:sg_output
249 struct sglist *sg_output; member
649 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_cipher()
879 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_eta()
888 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_eta()
1182 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_gcm()
1191 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_gcm()
1532 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_ccm()
1541 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_ccm()
2307 sglist_free(s->sg_output); in ccr_delete_session()
2405 s->sg_output = sglist_alloc(TX_SGL_SEGS, M_NOWAIT); in ccr_newsession()
2408 if (s->sg_input == NULL || s->sg_output == NULL || in ccr_newsession()
2537 error = ccr_populate_sglist(s->sg_output, &crp->crp_obuf); in ccr_process()