Searched refs:ctxC (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 264 DIGESTInit(&ctxC); in crypt_genhash_impl() 267 DIGESTUpdate(&ctxC, P, plaintext_len); in crypt_genhash_impl() 270 DIGESTUpdate(&ctxC, A, MIXCHARS); in crypt_genhash_impl() 272 DIGESTUpdate(&ctxC, DP, MIXCHARS); in crypt_genhash_impl() 276 DIGESTUpdate(&ctxC, S, salt_len); in crypt_genhash_impl() 280 DIGESTUpdate(&ctxC, P, plaintext_len); in crypt_genhash_impl() 285 DIGESTUpdate(&ctxC, A, MIXCHARS); in crypt_genhash_impl() 287 DIGESTUpdate(&ctxC, DP, MIXCHARS); in crypt_genhash_impl() 289 DIGESTUpdate(&ctxC, P, plaintext_len); in crypt_genhash_impl() [all …]
|