Searched refs:tpm_get_random (Results 1 – 3 of 3) sorted by relevance
497 int tpm_get_random(struct tpm_chip *chip, u8 *out, size_t max) in tpm_get_random() function519 EXPORT_SYMBOL_GPL(tpm_get_random);
497 return tpm_get_random(chip, data, max); in tpm_hwrng_read()
477 extern int tpm_get_random(struct tpm_chip *chip, u8 *data, size_t max);508 static inline int tpm_get_random(struct tpm_chip *chip, u8 *data, size_t max) in tpm_get_random() function