Searched defs:HashUpdate (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c70 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s)) macro
370 HashUpdate(&hashctx, (uint8_t *)srndpool, RNDPOOLSIZE);
507 HashUpdate(&hashctx, &pool[start], HASHBUFSIZE);
509 HashUpdate(&hashctx, &pool[start],
511 HashUpdate(&hashctx, pool,
745 HashUpdate(&ctx, (uint8_t *)entsrc->pmbuf + poffset,
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c95 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s)) macro
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslproto.h241 hashupdate_func_t HashUpdate; member in struct:KSSLMACDefStr

Completed in 135 milliseconds