Home | History | Annotate | Download | only in opencrypto

Lines Matching refs:outtype

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