Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.cc1686 const std::string pkcs8_hex = delegated_credential.substr(comma + 1); in NewSSL() local
1688 if (!HexDecode(&dc, dc_hex) || !HexDecode(&pkcs8, pkcs8_hex)) { in NewSSL()