Home
last modified time | relevance | path

Searched refs:DESBLOCK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_3des.c66 if (len % DESBLOCK) { in dca_3des()
175 len = ROUNDDOWN(rawlen, DESBLOCK); in dca_3desupdate()
224 des_ctx->dr_ctx.residlen = rawlen % DESBLOCK; in dca_3desupdate()
254 des_ctx->dr_ctx.residlen = rawlen % DESBLOCK; in dca_3desupdate()
329 if ((dca_length(input) & (DESBLOCK - 1)) != 0) { in dca_3desatomic()
395 len = ROUNDDOWN(min(len, MAXPACKET), DESBLOCK); in dca_3desstart()
409 uchar_t ivstore[DESBLOCK]; in dca_3desstart()
427 DESBLOCK - ctx->dr_ctx.activeresidlen, in dca_3desstart()
432 DESBLOCK, ivstore); in dca_3desstart()
576 uchar_t ivstore[DESBLOCK]; in dca_3desdone()
[all …]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h73 #define DESBLOCK 8 /* Size of a DES or 3DES block */ macro
219 uchar_t resid[DESBLOCK];
221 uchar_t activeresid[DESBLOCK];