Searched refs:DIGESTUpdate (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 74 #define DIGESTUpdate SHA256Update macro 84 #define DIGESTUpdate SHA512Update macro 207 DIGESTUpdate(&ctxA, plaintext, plaintext_len); in crypt_genhash_impl() 210 DIGESTUpdate(&ctxA, salt, salt_len); in crypt_genhash_impl() 214 DIGESTUpdate(&ctxB, plaintext, plaintext_len); in crypt_genhash_impl() 215 DIGESTUpdate(&ctxB, salt, salt_len); in crypt_genhash_impl() 216 DIGESTUpdate(&ctxB, plaintext, plaintext_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() [all …]
|