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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c140 unsigned char compare_value[16]; member in struct:rng_context
498 memcpy (rng_ctx->compare_value, result_buffer, 16);
502 if (!memcmp (rng_ctx->compare_value, result_buffer, 16))
511 memcpy (rng_ctx->compare_value, result_buffer, 16);

Completed in 45 milliseconds