Home
last modified time | relevance | path

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

/external/tpm2/
DHierarchy.c46 gp.shProof.t.size = PROOF_SIZE; in HierarchyPreInstall_Init()
49 CryptGenerateRandom(gp.shProof.t.size, gp.shProof.t.buffer); in HierarchyPreInstall_Init()
66 NvWriteReserved(NV_SH_PROOF, &gp.shProof); in HierarchyPreInstall_Init()
126 auth = &gp.shProof; in HierarchyGetProof()
DClear.c44 CryptGenerateRandom(PROOF_SIZE, gp.shProof.t.buffer); in TPM2_Clear()
73 NvWriteReserved(NV_SH_PROOF, &gp.shProof); in TPM2_Clear()
DAttest_spt.c84 KDFa(hashAlg, &gp.shProof.b, "OBFUSCATE", in FillInAttestInfo()
DGlobal.h698 TPM2B_AUTH shProof; member
DNV.c504 s_reservedSize[NV_SH_PROOF] = sizeof(gp.shProof); in NvInitStatic()
635 NvReadReserved(NV_SH_PROOF, &gp.shProof); in NvReadPersistent()