Lines Matching refs:TPM_ALG_SHA256
63 case trunks::TPM_ALG_SHA256: in HashString()
197 if (existing_pcrs.pcr_selections[i].hash == TPM_ALG_SHA256) { in AllocatePCR()
209 pcr_allocation.pcr_selections[pcr_allocation.count].hash = TPM_ALG_SHA256; in AllocatePCR()
362 digests.digests[0].hash_alg = TPM_ALG_SHA256; in ExtendPCR()
382 pcr_select_in.pcr_selections[0].hash = TPM_ALG_SHA256; in ReadPCR()
417 hash_alg = TPM_ALG_SHA256; in AsymmetricEncrypt()
480 hash_alg = TPM_ALG_SHA256; in AsymmetricDecrypt()
549 hash_alg = TPM_ALG_SHA256; in Sign()
642 hash_alg = TPM_ALG_SHA256; in Verify()
910 creation_pcrs.pcr_selections[0].hash = TPM_ALG_SHA256; in CreateRSAKeyPair()
1203 public_data.name_alg = TPM_ALG_SHA256; in DefineNVSpace()
1632 public_area.name_alg = TPM_ALG_SHA256; in CreateSaltingKey()
1704 public_area.name_alg = TPM_ALG_SHA256; in CreateDefaultPublicArea()
1770 result = Serialize_TPM_ALG_ID(TPM_ALG_SHA256, &serialized_name_alg); in ComputeKeyName()
1796 result = Serialize_TPM_ALG_ID(TPM_ALG_SHA256, &serialized_name_alg); in ComputeNVSpaceName()