Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dclient.cc93 static ScopedEVP_PKEY LoadPrivateKey(const std::string &file) { in LoadPrivateKey() function
233 ScopedEVP_PKEY pkey = LoadPrivateKey(args_map["-channel-id-key"]); in Client()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc141 static ScopedEVP_PKEY LoadPrivateKey(const std::string &file) { in LoadPrivateKey() function
321 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()