Home
last modified time | relevance | path

Searched defs:GenerateSelfSignedCert (Results 1 – 2 of 2) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dcertificateutil.cc86 X509* CertificateUtil::GenerateSelfSignedCert(EVP_PKEY* pkey, in GenerateSelfSignedCert() function in polo::util::CertificateUtil
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
Dcertificateutiltest.cc172 TEST(CertificateUtilTest, GenerateSelfSignedCert) { in TEST() argument