HomeSort by relevance Sort by last modified time
    Searched full:origin_hash (Results 1 - 2 of 2) sorted by null

  /system/tpm/attestation/common/
database.proto 103 optional bytes origin_hash = 2;
  /system/tpm/attestation/server/
attestation_service.cc 868 std::string origin_hash = crypto::SHA256HashString(origin); local
878 if (record.origin_hash() == origin_hash) {
899 new_record->set_origin_hash(origin_hash);

Completed in 88 milliseconds