Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dansi_cprng.c80 static int _get_more_prng_bytes(struct prng_context *ctx, int cont_test) in _get_more_prng_bytes() function
87 dbgprint(KERN_CRIT "Calling _get_more_prng_bytes for context %p\n", in _get_more_prng_bytes()
217 if (_get_more_prng_bytes(ctx, do_cont_test) < 0) { in get_prng_bytes()
244 if (_get_more_prng_bytes(ctx, do_cont_test) < 0) { in get_prng_bytes()
/kernel/linux/linux-6.6/crypto/
H A Dansi_cprng.c81 static int _get_more_prng_bytes(struct prng_context *ctx, int cont_test) in _get_more_prng_bytes() function
88 dbgprint(KERN_CRIT "Calling _get_more_prng_bytes for context %p\n", in _get_more_prng_bytes()
218 if (_get_more_prng_bytes(ctx, do_cont_test) < 0) { in get_prng_bytes()
245 if (_get_more_prng_bytes(ctx, do_cont_test) < 0) { in get_prng_bytes()

Completed in 2 milliseconds