Searched refs:sha1_context (Results 1 – 1 of 1) sorted by relevance
108 SHA1_CTX sha1_context; in fips_random_inner() local128 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()