Searched refs:LoadPrivateKey (Results 1 – 2 of 2) sorted by relevance
121 static bssl::UniquePtr<EVP_PKEY> LoadPrivateKey(const std::string &file) { in LoadPrivateKey() function362 LoadPrivateKey(args_map["-channel-id-key"]); in Client()
186 static bssl::UniquePtr<EVP_PKEY> LoadPrivateKey(const std::string &file) { in LoadPrivateKey() function489 *out_pkey = LoadPrivateKey(config->key_file.c_str()); in GetCertificate()1231 LoadPrivateKey(GetTestConfig(ssl)->send_channel_id); in RetryAsync()1727 bssl::UniquePtr<EVP_PKEY> pkey = LoadPrivateKey(config->send_channel_id); in DoExchange()