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; local
204 DIGESTInit(&ctxA);
207 DIGESTUpdate(&ctxA, plaintext, plaintext_len);
210 DIGESTUpdate(&ctxA, salt, salt_len);
221 DIGESTUpdate(&ctxA, B, MIXCHARS);
222 DIGESTUpdate(&ctxA, B, i);
227 DIGESTUpdate(&ctxA, B, MIXCHARS);
229 DIGESTUpdate(&ctxA, plaintext, plaintext_len);
234 DIGESTFinal(A, &ctxA);

Completed in 44 milliseconds