HomeSort by relevance Sort by last modified time
    Searched refs:proof (Results 1 - 19 of 19) sorted by null

  /external/tpm2/
Ticket.c 59 TPM2B_AUTH *proof; local
64 // Use the proof value of the hierarchy
65 proof = HierarchyGetProof(hierarchy);
68 &proof->b, &hmacState);
96 TPM2B_AUTH *proof; local
98 // Get proper proof
99 proof = HierarchyGetProof(hierarchy);
105 &proof->b, &hmacState);
135 TPM2B_AUTH *proof; local
137 // Get proper proof
169 TPM2B_AUTH *proof; local
    [all...]
Context_spt.c 28 TPM2B_AUTH *proof = NULL; // the proof value to use. Is null for local
33 // Get proof value
34 proof = HierarchyGetProof(contextBlob->hierarchy);
52 KDFa(CONTEXT_INTEGRITY_HASH_ALG, &proof->b, "CONTEXT", &sequence2B.b,
76 TPM2B_AUTH *proof; local
78 // Get proof value
79 proof = HierarchyGetProof(contextBlob->hierarchy);
82 &proof->b, &hmacState);
CryptUtil.c 2958 TPM2B_AUTH *proof = NULL; local
    [all...]
  /system/tpm/attestation/common/
tpm_utility.h 55 // format, |key_info| with the TPM_CERTIFY_INFO that was signed, and |proof|
65 std::string* proof) = 0;
tpm_utility_v1.h 56 std::string* proof) override;
tpm_utility_v1.cc 171 std::string* proof) {
172 CHECK(key_blob && public_key && public_key_tpm_format && key_info && proof);
262 // Get the certification proof.
263 proof->assign(TSSBufferAsString(validation.rgbValidationData,
  /external/python/cpython3/Lib/test/test_asyncio/
test_tasks.py     [all...]
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil_test.go 45 "build bigger and better idiot-proof programs, and the Universe trying " +
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil_test.go 45 "build bigger and better idiot-proof programs, and the Universe trying " +
  /system/tpm/attestation/server/
attestation_service.cc 686 std::string proof; local
691 &proof)) {
699 key->set_certified_key_proof(proof);
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 19 For best stability and proof of correctness, we will divide the implementation to two stages:
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 63 // For a detailed description of this barrier and proof of
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 63 // For a detailed description of this barrier and proof of
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 286 // CertificateRequest message, which is used to demand a certificate and proof
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 286 // CertificateRequest message, which is used to demand a certificate and proof
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go 96 // avarinit: addrtaken variables set or used (proof of initialization)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go 96 // avarinit: addrtaken variables set or used (proof of initialization)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
data.go 314 // 64-bit architectures so as to be future-proof.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
data.go 314 // 64-bit architectures so as to be future-proof.
    [all...]

Completed in 1222 milliseconds