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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-fips.c169 static rng_context_t nonce_context; variable
286 && rng_ctx != nonce_context
485 && rng_ctx != nonce_context
666 if (rng_ctx == nonce_context)
699 if (rng_ctx == nonce_context)
762 nonce_context = gcry_xcalloc (1, sizeof *nonce_context);
763 setup_guards (nonce_context);
774 gcry_assert (!nonce_context->test_dt_ptr);
777 check_guards (nonce_context);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c169 static rng_context_t nonce_context; variable
286 && rng_ctx != nonce_context
485 && rng_ctx != nonce_context
666 if (rng_ctx == nonce_context)
699 if (rng_ctx == nonce_context)
762 nonce_context = gcry_xcalloc (1, sizeof *nonce_context);
763 setup_guards (nonce_context);
774 gcry_assert (!nonce_context->test_dt_ptr);
777 check_guards (nonce_context);
[all...]

Completed in 111 milliseconds