Searched refs:tpm1_get_random (Results 1 – 3 of 3) sorted by relevance
254 int tpm1_get_random(struct tpm_chip *chip, u8 *out, size_t max);
502 rc = tpm1_get_random(chip, out, max); in tpm_get_random()
521 * tpm1_get_random() - get random bytes from the TPM's RNG530 int tpm1_get_random(struct tpm_chip *chip, u8 *dest, size_t max) in tpm1_get_random() function