Searched refs:tpm2_get_random (Results 1 – 3 of 3) sorted by relevance
536 int tpm2_get_random(struct tpm_chip *chip, u8 *out, size_t max);
341 int tpm2_get_random(struct tpm_chip *chip, u8 *out, size_t max) in tpm2_get_random() function
1020 err = tpm2_get_random(chip, out, max); in tpm_get_random()