Home
last modified time | relevance | path

Searched refs:tpm_get_random (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/char/tpm/
A Dtpm-interface.c441 int tpm_get_random(struct tpm_chip *chip, u8 *out, size_t max) in tpm_get_random() function
460 EXPORT_SYMBOL_GPL(tpm_get_random);
A Dtpm-chip.c534 return tpm_get_random(chip, data, max); in tpm_hwrng_read()
/linux/include/linux/
A Dtpm.h419 extern int tpm_get_random(struct tpm_chip *chip, u8 *data, size_t max);
443 static inline int tpm_get_random(struct tpm_chip *chip, u8 *data, size_t max) in tpm_get_random() function
/linux/security/keys/trusted-keys/
A Dtrusted_tpm1.c398 ret = tpm_get_random(chip, ononce, TPM_NONCE_SIZE); in osap()
494 ret = tpm_get_random(chip, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal()
605 ret = tpm_get_random(chip, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
978 return tpm_get_random(chip, key, key_len); in trusted_tpm_get_random()
/linux/crypto/asymmetric_keys/
A Dasym_tpm.c53 ret = tpm_get_random(NULL, nonceodd, TPM_NONCE_SIZE); in tpm_loadkey2()
133 ret = tpm_get_random(NULL, nonceodd, TPM_NONCE_SIZE); in tpm_unbind()
216 ret = tpm_get_random(NULL, nonceodd, TPM_NONCE_SIZE); in tpm_sign()
/linux/
A Dvmlinux.symvers6484 0x00000000 tpm_get_random vmlinux EXPORT_SYMBOL_GPL
A DSystem.map30065 ffff8000107cc5d0 T tpm_get_random
A D.tmp_System.map30065 ffff8000107cc5d0 T tpm_get_random

Completed in 327 milliseconds