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

  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.h 53 static std::string PKEYToPEM(EVP_PKEY* pkey,
certificateutil.cc 63 std::string CertificateUtil::PKEYToPEM(EVP_PKEY* pkey,
  /external/google-tv-pairing-protocol/cpp/tests/polo/util/
certificateutiltest.cc 146 TEST(CertificateUtilTest, PKEYToPEM) {
151 std::string pem = CertificateUtil::PKEYToPEM(pkey, "testing");

Completed in 84 milliseconds