Home
last modified time | relevance | path

Searched refs:ctxDS (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
250 DIGESTInit(&ctxDS); in crypt_genhash_impl()
252 DIGESTUpdate(&ctxDS, salt, salt_len); in crypt_genhash_impl()
253 DIGESTFinal(DS, &ctxDS); in crypt_genhash_impl()