Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_test.cc1172 static const char kKeyPEM[] = in GetTestKey() local
1188 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetTestKey()
1212 static const char kKeyPEM[] = in GetECDSATestKey() local
1218 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetECDSATestKey()
1305 static const char kKeyPEM[] = in GetChainTestKey() local
1334 bssl::UniquePtr<BIO> bio(BIO_new_mem_buf(kKeyPEM, strlen(kKeyPEM))); in GetChainTestKey()