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

/linux-4.1.27/crypto/
H A Dansi_cprng.c88 static int _get_more_prng_bytes(struct prng_context *ctx, int cont_test) _get_more_prng_bytes() function
95 dbgprint(KERN_CRIT "Calling _get_more_prng_bytes for context %p\n", _get_more_prng_bytes()
225 if (_get_more_prng_bytes(ctx, do_cont_test) < 0) { get_prng_bytes()
252 if (_get_more_prng_bytes(ctx, do_cont_test) < 0) { get_prng_bytes()

Completed in 67 milliseconds