Searched refs:LoadPrivateKey (Results 1 – 2 of 2) sorted by relevance
93 static ScopedEVP_PKEY LoadPrivateKey(const std::string &file) { in LoadPrivateKey() function233 ScopedEVP_PKEY pkey = LoadPrivateKey(args_map["-channel-id-key"]); in Client()
141 static ScopedEVP_PKEY LoadPrivateKey(const std::string &file) { in LoadPrivateKey() function321 test_state->private_key = LoadPrivateKey(config->key_file.c_str()); in InstallCertificate()871 ScopedEVP_PKEY pkey = LoadPrivateKey(GetConfigPtr(ssl)->send_channel_id); in RetryAsync()1184 ScopedEVP_PKEY pkey = LoadPrivateKey(config->send_channel_id); in DoExchange()