Home
last modified time | relevance | path

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
210 DIGESTUpdate(&ctxA, salt, salt_len); in crypt_genhash_impl()
215 DIGESTUpdate(&ctxB, salt, salt_len); in crypt_genhash_impl()
221 DIGESTUpdate(&ctxA, B, MIXCHARS); in crypt_genhash_impl()
222 DIGESTUpdate(&ctxA, B, i); in crypt_genhash_impl()
227 DIGESTUpdate(&ctxA, B, MIXCHARS); in crypt_genhash_impl()
270 DIGESTUpdate(&ctxC, A, MIXCHARS); in crypt_genhash_impl()
272 DIGESTUpdate(&ctxC, DP, MIXCHARS); in crypt_genhash_impl()
276 DIGESTUpdate(&ctxC, S, salt_len); in crypt_genhash_impl()
[all …]