Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm.h180 int tpm1_get_random(struct tpm_chip *chip, u8 *out, size_t max);
H A Dtpm-interface.c456 rc = tpm1_get_random(chip, out, max); in tpm_get_random()
H A Dtpm1-cmd.c521 * tpm1_get_random() - get random bytes from the TPM's RNG
530 int tpm1_get_random(struct tpm_chip *chip, u8 *dest, size_t max) in tpm1_get_random() function
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm-interface.c468 rc = tpm1_get_random(chip, out, max); in tpm_get_random()
H A Dtpm.h254 int tpm1_get_random(struct tpm_chip *chip, u8 *out, size_t max);
H A Dtpm1-cmd.c521 * tpm1_get_random() - get random bytes from the TPM's RNG
530 int tpm1_get_random(struct tpm_chip *chip, u8 *dest, size_t max) in tpm1_get_random() function

Completed in 5 milliseconds