Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Darchrandom.h38 cpacf_trng(NULL, 0, (u8 *)v, sizeof(*v)); in arch_get_random_seed_long()
49 cpacf_trng(NULL, 0, (u8 *)v, sizeof(*v)); in arch_get_random_seed_int()
H A Dcpacf.h437 * cpacf_trng() - executes the TRNG subfunction of the PRNO instruction
443 static inline void cpacf_trng(u8 *ucbuf, unsigned long ucbuf_len, in cpacf_trng() function
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Ds390-trng.c85 cpacf_trng(NULL, 0, p, n); in trng_read()
167 cpacf_trng(NULL, 0, buf, len); in _trng_hwrng_read()
/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Ds390-trng.c86 cpacf_trng(NULL, 0, p, n); in trng_read()
159 cpacf_trng(NULL, 0, buf, len); in _trng_hwrng_read()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Darchrandom.h31 cpacf_trng(NULL, 0, (u8 *)v, max_longs * sizeof(*v)); in arch_get_random_seed_longs()
H A Dcpacf.h454 * cpacf_trng() - executes the TRNG subfunction of the PRNO instruction
460 static inline void cpacf_trng(u8 *ucbuf, unsigned long ucbuf_len, in cpacf_trng() function
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dkaslr.c65 cpacf_trng(NULL, 0, (u8 *) &random, sizeof(random)); in get_random()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dkaslr.c66 cpacf_trng(NULL, 0, (u8 *) &random, sizeof(random)); in get_random()
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dprng.c402 cpacf_trng(NULL, 0, seed, seedlen); in prng_sha512_instantiate()
458 cpacf_trng(NULL, 0, seed, seedlen); in prng_sha512_reseed()
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dprng.c402 cpacf_trng(NULL, 0, seed, seedlen); in prng_sha512_instantiate()
458 cpacf_trng(NULL, 0, seed, seedlen); in prng_sha512_reseed()

Completed in 6 milliseconds