Searched refs:tpm1_get_random (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | tpm_api.c | 280 return tpm1_get_random(dev, data, count); in tpm_get_random()
|
H A D | tpm-v1.c | 873 u32 tpm1_get_random(struct udevice *dev, void *data, u32 count) in tpm1_get_random() function
|
/openbmc/u-boot/include/ |
H A D | tpm-v1.h | 560 u32 tpm1_get_random(struct udevice *dev, void *data, u32 count);
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm.h | 254 int tpm1_get_random(struct tpm_chip *chip, u8 *out, size_t max);
|
H A D | tpm-interface.c | 480 rc = tpm1_get_random(chip, out, max); in tpm_get_random()
|
H A D | tpm1-cmd.c | 530 int tpm1_get_random(struct tpm_chip *chip, u8 *dest, size_t max) in tpm1_get_random() function
|