Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c175 DIGEST_CTX ctxA, ctxB, ctxC, ctxDP, ctxDS; in crypt_genhash_impl() local
213 DIGESTInit(&ctxB); 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()
217 DIGESTFinal(B, &ctxB); in crypt_genhash_impl()