Searched defs:ctxC (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 175 DIGEST_CTX ctxA, ctxB, ctxC, ctxDP, ctxDS; local 264 DIGESTInit(&ctxC); 267 DIGESTUpdate(&ctxC, P, plaintext_len); 270 DIGESTUpdate(&ctxC, A, MIXCHARS); 272 DIGESTUpdate(&ctxC, DP, MIXCHARS); 276 DIGESTUpdate(&ctxC, S, salt_len); 280 DIGESTUpdate(&ctxC, P, plaintext_len); 285 DIGESTUpdate(&ctxC, A, MIXCHARS); 287 DIGESTUpdate(&ctxC, DP, MIXCHARS); 289 DIGESTUpdate(&ctxC, [all...] |
Completed in 44 milliseconds