Searched refs:pkcs8_hex (Results 1 – 1 of 1) sorted by relevance
1686 const std::string pkcs8_hex = delegated_credential.substr(comma + 1); in NewSSL() local1688 if (!HexDecode(&dc, dc_hex) || !HexDecode(&pkcs8, pkcs8_hex)) { in NewSSL()