Searched refs:YSHA1Update (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dsha1mod.h67 __private_extern__ void YSHA1Update(YSHA1_CTX* context,
H A Dprng.c112 YSHA1Update(&sha,ctx->IV,20);
113 YSHA1Update(&sha,ctx->out,20);
132 YSHA1Update(&sha,ctx->IV,20);
177 YSHA1Update(ctx,bigbuf,polllength);
385 YSHA1Update(&p->pool,buf,64);
387 YSHA1Update(&p->pool,buf,64);
389 YSHA1Update(&p->pool,buf,64);
391 YSHA1Update(&p->pool,buf,64);
393 YSHA1Update(&p->pool,buf,64);
413 YSHA1Update(
[all...]
H A Dsha1mod.c142 YSHA1Update(YSHA1_CTX* context, const unsigned char* data, unsigned int len) function
174 YSHA1Update(context, (const unsigned char *)"\200", 1);
176 YSHA1Update(context, (const unsigned char *)"\0", 1);
178 YSHA1Update(context, finalcount, 8); /* Should cause a YSHA1Transform() */
225 YSHA1Update(&context, buffer, i);

Completed in 20 milliseconds