Home
last modified time | relevance | path

Searched refs:digests (Results 1 – 5 of 5) sorted by relevance

/drivers/char/tpm/
A Dtpm-interface.c367 struct tpm_digest *digests) in tpm_pcr_extend() argument
377 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()
A Dtpm2-cmd.c233 struct tpm_digest *digests) in tpm2_pcr_extend() argument
263 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()
A Dtpm.h294 struct tpm_digest *digests);
/drivers/md/
A DKconfig527 You'll need to activate the digests you're going to use in the
/drivers/crypto/
A DKconfig201 Select this option if you want to use the phmac digests

Completed in 12 milliseconds