Home
last modified time | relevance | path

Searched refs:sha1_context (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c108 SHA1_CTX sha1_context; in fips_random_inner() local
128 SHA1Init(&sha1_context); in fips_random_inner()
129 SHA1Update(&sha1_context, (unsigned char *)XVAL, SHA1BYTES); in fips_random_inner()
138 SHA1Update(&sha1_context, (unsigned char *)zero, in fips_random_inner()
150 x_j[i] = sha1_context.state[i]; in fips_random_inner()
154 xvalconv(x_j, sha1_context.state, SHA1BYTES/4); in fips_random_inner()