Searched refs:delegated_credential (Results 1 – 2 of 2) sorted by relevance
176 std::string delegated_credential; member
181 { "-delegated-credential", &TestConfig::delegated_credential },1678 if (!delegated_credential.empty()) { in NewSSL()1679 std::string::size_type comma = delegated_credential.find(','); in NewSSL()1685 const std::string dc_hex = delegated_credential.substr(0, comma); in NewSSL()1686 const std::string pkcs8_hex = delegated_credential.substr(comma + 1); in NewSSL()