Lines Matching refs:ehProof
14538 NOTE In the reference implementation, ehProof is a non-volatile value from the RNG. It i…
14539 … ehProof be generated by a KDF using both the EPS and SPS as inputs. If generated with a KDF, the
14540 ehProof can be generated on an as-needed basis or made a non-volatile value.
14608 25 // Create new ehProof value from RNG
14609 26 CryptGenerateRandom(PROOF_SIZE, gp.ehProof.t.buffer);
14631 48 NvWriteReserved(NV_EH_PROOF, &gp.ehProof);
14660 change shProof and ehProof,
14663 … derived from the Primary Seeds, the derivation of ehProof shall use both the SPS and EPS. The
14756 31 // Create new shProof and ehProof value from RNG
14758 33 CryptGenerateRandom(PROOF_SIZE, gp.ehProof.t.buffer);
14792 62 NvWriteReserved(NV_EH_PROOF, &gp.ehProof);