Home
last modified time | relevance | path

Searched refs:kCertPEM (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
Dssl_test.cc1150 static const char kCertPEM[] = in GetTestCertificate() local
1166 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kCertPEM, strlen(kCertPEM))); in GetTestCertificate()
1194 static const char kCertPEM[] = in GetECDSATestCertificate() local
1207 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kCertPEM, strlen(kCertPEM))); in GetECDSATestCertificate()
1242 static const char kCertPEM[] = in GetChainTestCertificateBuffer() local
1261 return BufferFromPEM(kCertPEM); in GetChainTestCertificateBuffer()
1279 static const char kCertPEM[] = in GetChainTestIntermediateBuffer() local
1297 return BufferFromPEM(kCertPEM); in GetChainTestIntermediateBuffer()