Searched refs:DESBLOCK (Results 1 – 2 of 2) sorted by relevance
66 if (len % DESBLOCK) { in dca_3des()175 len = ROUNDDOWN(rawlen, DESBLOCK); in dca_3desupdate()216 (rawlen % DESBLOCK) - des_ctx->dr_ctx.residlen, in dca_3desupdate()224 des_ctx->dr_ctx.residlen = rawlen % DESBLOCK; in dca_3desupdate()247 rawlen % DESBLOCK, des_ctx->dr_ctx.resid)) != CRYPTO_SUCCESS) { 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()422 if ((len == DESBLOCK) && ctx->dr_ctx.activeresidlen) { in dca_3desstart()[all …]
73 #define DESBLOCK 8 /* Size of a DES or 3DES block */ macro219 uchar_t resid[DESBLOCK];221 uchar_t activeresid[DESBLOCK];