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

/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c74 #define DIGESTUpdate SHA256Update macro
84 #define DIGESTUpdate SHA512Update macro
207 DIGESTUpdate(&ctxA, plaintext, plaintext_len);
210 DIGESTUpdate(&ctxA, salt, salt_len);
214 DIGESTUpdate(&ctxB, plaintext, plaintext_len);
215 DIGESTUpdate(&ctxB, salt, salt_len);
216 DIGESTUpdate(&ctxB, plaintext, plaintext_len);
221 DIGESTUpdate(&ctxA, B, MIXCHARS);
222 DIGESTUpdate(&ctxA, B, i);
227 DIGESTUpdate(
[all...]

Completed in 57 milliseconds