Home
last modified time | relevance | path

Searched refs:ctxDP (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; in crypt_genhash_impl() local
237 DIGESTInit(&ctxDP); in crypt_genhash_impl()
239 DIGESTUpdate(&ctxDP, plaintext, plaintext_len); in crypt_genhash_impl()
240 DIGESTFinal(DP, &ctxDP); in crypt_genhash_impl()