Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_test.cc1129 static const char kKeyPEM[] = in GetTestKey() local
1145 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetTestKey()
1169 static const char kKeyPEM[] = in GetECDSATestKey() local
1175 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetECDSATestKey()
1262 static const char kKeyPEM[] = in GetChainTestKey() local
1291 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetChainTestKey()