Home
last modified time | relevance | path

Searched refs:nullProof (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DHierarchy.c95 gr.nullProof.t.size = PROOF_SIZE; in HierarchyStartup()
96 CryptGenerateRandom(gr.nullProof.t.size, in HierarchyStartup()
97 gr.nullProof.t.buffer); in HierarchyStartup()
130 auth = &gr.nullProof; in HierarchyGetProof()
DGlobal.h860 TPM2B_AUTH nullProof; // The proof value associated with member
DObject_spt.c675 return (TPM2B_SEED *) &gr.nullProof; in GetSeedForKDF()
Dpart4.txt2344 392 // Note there is a nullProof in the state_reset memory.
2549 556 TPM2B_AUTH nullProof; // The proof value associated with
7489 575 // case, use nullProof as seed.
7498 584 return (TPM2B_SEED *) &gr.nullProof;
8884 78 // nullProof and nullSeed are updated at every TPM_RESET
8887 81 gr.nullProof.t.size = PROOF_SIZE;
8888 82 CryptGenerateRandom(gr.nullProof.t.size,
8889 83 gr.nullProof.t.buffer);
8928 112 // nullProof for TPM_RH_NULL
8929 113 auth = &gr.nullProof;