Searched refs:digests (Results 1 – 5 of 5) sorted by relevance
367 struct tpm_digest *digests) in tpm_pcr_extend() argument377 if (digests[i].alg_id != chip->allocated_banks[i].alg_id) { in tpm_pcr_extend()384 rc = tpm2_pcr_extend(chip, pcr_idx, digests); in tpm_pcr_extend()388 rc = tpm1_pcr_extend(chip, pcr_idx, digests[0].digest, in tpm_pcr_extend()
233 struct tpm_digest *digests) in tpm2_pcr_extend() argument263 tpm_buf_append_u16(&buf, digests[i].alg_id); in tpm2_pcr_extend()264 tpm_buf_append(&buf, (const unsigned char *)&digests[i].digest, in tpm2_pcr_extend()
294 struct tpm_digest *digests);
527 You'll need to activate the digests you're going to use in the
201 Select this option if you want to use the phmac digests
Completed in 12 milliseconds