Searched refs:ctxA (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 175 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()
|