Lines Matching refs:outtype
88 int outtype) in swcr_encdec() argument
121 COPYBACK(outtype, buf, crd->crd_inject, ivlen, iv); in swcr_encdec()
130 COPYDATA(outtype, buf, crd->crd_inject, ivlen, iv); in swcr_encdec()
138 if (outtype == CRYPTO_BUF_CONTIG) { in swcr_encdec()
180 } else if (outtype == CRYPTO_BUF_MBUF) { in swcr_encdec()
321 } else if (outtype == CRYPTO_BUF_IOV) { in swcr_encdec()
466 const struct swcr_data *sw, void *buf, int outtype) in swcr_authcompute() argument
480 switch (outtype) { in swcr_authcompute()
541 switch (outtype) { in swcr_authcompute()
563 swcr_combined(struct cryptop *crp, int outtype) in swcr_combined() argument
611 if (outtype == CRYPTO_BUF_CONTIG) in swcr_combined()
628 COPYBACK(outtype, buf, crde->crd_inject, ivlen, iv); in swcr_combined()
636 COPYDATA(outtype, buf, crde->crd_inject, ivlen, iv); in swcr_combined()
649 COPYDATA(outtype, buf, crda->crd_skip + i, len, blk); in swcr_combined()
658 COPYDATA(outtype, buf, crde->crd_skip + i, len, blk); in swcr_combined()
666 COPYBACK(outtype, buf, crde->crd_skip + i, len, blk); in swcr_combined()
688 if (outtype == CRYPTO_BUF_MBUF) in swcr_combined()
689 COPYBACK(outtype, buf, crda->crd_inject, axf->auth_hash->authsize, aalg); in swcr_combined()
701 void *buf, int outtype, int *res_size) in swcr_compdec() argument
718 COPYDATA(outtype, buf, crd->crd_skip, crd->crd_len, data); in swcr_compdec()
743 COPYBACK(outtype, buf, crd->crd_skip, result, out); in swcr_compdec()
746 if (outtype == CRYPTO_BUF_MBUF) { in swcr_compdec()