Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm.h219 int tpm2_get_random(struct tpm_chip *chip, u8 *dest, size_t max);
H A Dtpm-interface.c454 rc = tpm2_get_random(chip, out, max); in tpm_get_random()
H A Dtpm2-cmd.c278 * tpm2_get_random() - get random bytes from the TPM RNG
288 int tpm2_get_random(struct tpm_chip *chip, u8 *dest, size_t max) in tpm2_get_random() function
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm-interface.c466 rc = tpm2_get_random(chip, out, max); in tpm_get_random()
H A Dtpm.h295 int tpm2_get_random(struct tpm_chip *chip, u8 *dest, size_t max);
H A Dtpm2-cmd.c278 * tpm2_get_random() - get random bytes from the TPM RNG
288 int tpm2_get_random(struct tpm_chip *chip, u8 *dest, size_t max) in tpm2_get_random() function

Completed in 5 milliseconds