Searched refs:chip (Results 1 – 2 of 2) sorted by relevance
/security/keys/ |
D | trusted.c | 34 static struct tpm_chip *chip; variable 134 if (!chip) in TSS_authhmac() 198 if (!chip) in TSS_checkhmac1() 368 if (!chip) in trusted_tpm_send() 372 rc = tpm_send(chip, cmd, buflen); in trusted_tpm_send() 392 return tpm_pcr_extend(chip, pcrnum, digests) ? -EINVAL : 0; in pcrlock() 405 ret = tpm_get_random(chip, ononce, TPM_NONCE_SIZE); in osap() 437 if (!chip) in oiap() 504 ret = tpm_get_random(chip, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 614 ret = tpm_get_random(chip, nonceodd, TPM_NONCE_SIZE); in tpm_unseal() [all …]
|
/security/integrity/ima/ |
D | Kconfig | 25 If your system has a TPM chip, then IMA also maintains
|