Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_test.cc1192 static const char kKeyPEM[] = in GetTestKey() local
1208 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetTestKey()
1232 static const char kKeyPEM[] = in GetECDSATestKey() local
1238 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetECDSATestKey()
1325 static const char kKeyPEM[] = in GetChainTestKey() local
1354 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetChainTestKey()