Searched refs:GENX (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_post.c58 uint8_t GENX[SHA1_HASH_SIZE]; local
66 (uint32_t *)(void *)GENX,
69 /* Verify GENX to perform the RNG integrity check */
70 if ((memcmp(GENX, rng_known_GENX, (SHA1_HASH_SIZE)) != 0))
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_random_util.c67 uint8_t GENX[SHA1_HASH_SIZE]; local
79 GENX,
84 /* Verify GENX to perform the RNG integrity check */
85 if ((memcmp(GENX, rng_known_GENX, (SHA1_HASH_SIZE)) != 0))

Completed in 89 milliseconds