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

  /system/tpm/attestation/server/
attestation_service_test.cc 95 const std::string kBeginCertificate = "-----BEGIN CERTIFICATE-----\n";
97 std::string pem = kBeginCertificate;
99 pem += kEndCertificate + "\n" + kBeginCertificate;
101 pem += kEndCertificate + "\n" + kBeginCertificate;
    [all...]
attestation_service.cc 792 const char kBeginCertificate[] = "-----BEGIN CERTIFICATE-----\n";
795 std::string pem = kBeginCertificate;

Completed in 134 milliseconds