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

/darwin-on-arm/xnu/bsd/dev/random/
H A Dfips_sha1.h70 extern void FIPS_SHA1Update(SHA1_CTX *, const void *, size_t);
H A Drandomdev.c246 FIPS_SHA1Update(&sha1_ctx, g_xkey, kBlockSize);
249 FIPS_SHA1Update (&sha1_ctx, (const u_int8_t *)zeros, sizeof (zeros));
H A Dfips_sha1.c177 void FIPS_SHA1Update(SHA1_CTX *context, const void *inpp, size_t inputLen) function
250 FIPS_SHA1Update(context, PADDING, ((index < 56) ? 56 : 120) - index);
253 FIPS_SHA1Update(context, bits, 8);

Completed in 24 milliseconds