Home
last modified time | relevance | path

Searched defs:tpm_get_random (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/
H A Dtpm_api.c277 u32 tpm_get_random(struct udevice *dev, void *data, u32 count) in tpm_get_random() function
/openbmc/linux/drivers/char/tpm/
H A Dtpm-interface.c454 int tpm_get_random(struct tpm_chip *chip, u8 *out, size_t max) in tpm_get_random() function
/openbmc/linux/include/linux/
H A Dtpm.h457 static inline int tpm_get_random(struct tpm_chip *chip, u8 *data, size_t max) in tpm_get_random() function