Searched refs:COPYDATA (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/crypto/
H A Dcryptosoft.c87 #define COPYDATA(x, a, b, c, d) \ macro
140 COPYDATA(outtype, buf, crd->crd_inject, ivlen, iv);
560 COPYDATA(outtype, buf, crde->crd_inject, ivlen, iv);
582 COPYDATA(outtype, buf, crda->crd_skip, 4, blk);
590 COPYDATA(outtype, buf, crda->crd_skip + i, len, blk + oskip);
604 COPYDATA(outtype, buf, crde->crd_skip + i, len, blk);
673 COPYDATA(outtype, buf, crd->crd_skip, crd->crd_len, data);

Completed in 64 milliseconds