Home
last modified time | relevance | path

Searched refs:ctxA (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c175 DIGEST_CTX ctxA, ctxB, ctxC, ctxDP, ctxDS; in crypt_genhash_impl() local
204 DIGESTInit(&ctxA); in crypt_genhash_impl()
207 DIGESTUpdate(&ctxA, plaintext, plaintext_len); in crypt_genhash_impl()
210 DIGESTUpdate(&ctxA, 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()
229 DIGESTUpdate(&ctxA, plaintext, plaintext_len); in crypt_genhash_impl()
234 DIGESTFinal(A, &ctxA); in crypt_genhash_impl()