Searched refs:rng_context_t (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.c164 typedef struct rng_context *rng_context_t; typedef in typeref:struct:rng_context
169 static rng_context_t nonce_context;
172 static rng_context_t std_rng_context;
175 static rng_context_t strong_rng_context;
179 static void x931_reseed (rng_context_t rng_ctx);
180 static void get_random (void *buffer, size_t length, rng_context_t rng_ctx);
240 setup_guards (rng_context_t rng_ctx)
250 check_guards (rng_context_t rng_ctx)
277 x931_get_dt (unsigned char *buffer, size_t length, rng_context_t rng_ctx)
444 x931_aes_driver (unsigned char *output, size_t length, rng_context_t rng_ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c164 typedef struct rng_context *rng_context_t; typedef in typeref:struct:rng_context
169 static rng_context_t nonce_context;
172 static rng_context_t std_rng_context;
175 static rng_context_t strong_rng_context;
179 static void x931_reseed (rng_context_t rng_ctx);
180 static void get_random (void *buffer, size_t length, rng_context_t rng_ctx);
240 setup_guards (rng_context_t rng_ctx)
250 check_guards (rng_context_t rng_ctx)
277 x931_get_dt (unsigned char *buffer, size_t length, rng_context_t rng_ctx)
444 x931_aes_driver (unsigned char *output, size_t length, rng_context_t rng_ct
[all...]

Completed in 56 milliseconds