Searched refs:hashctx (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 320 HASH_CTX hashctx; local 369 HashInit(&hashctx); 370 HashUpdate(&hashctx, (uint8_t *)srndpool, RNDPOOLSIZE); 371 HashFinal(digest, &hashctx); 472 HASH_CTX hashctx; local 503 HashInit(&hashctx); 507 HashUpdate(&hashctx, &pool[start], HASHBUFSIZE); 509 HashUpdate(&hashctx, &pool[start], 511 HashUpdate(&hashctx, pool, 514 HashFinal(digest, &hashctx); [all...] |
Completed in 57 milliseconds