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

/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c77 #define MIXCHARS 32 macro
87 #define MIXCHARS 64 macro
220 for (i = plaintext_len; i > MIXCHARS; i -= MIXCHARS)
221 DIGESTUpdate(&ctxA, B, MIXCHARS);
227 DIGESTUpdate(&ctxA, B, MIXCHARS);
244 for (i = plaintext_len; i >= MIXCHARS; i -= MIXCHARS) {
245 Pp = (char *)(memcpy(Pp, DP, MIXCHARS)) + MIXCHARS;
[all...]

Completed in 57 milliseconds