Home
last modified time | relevance | path

Searched refs:keyPassword (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp172 void ConnectContext::GetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword) in GetClientCert() argument
176 keyPassword = keyPassword_; in GetClientCert()
179 void ConnectContext::SetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword) in SetClientCert() argument
183 keyPassword_ = keyPassword; in SetClientCert()
200 Secure::SecureChar keyPassword = in ParseClientCert() local
202 SetClientCert(certPath, keyPath, keyPassword); in ParseClientCert()
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/
H A Dconnect_context.h44 void SetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword);
46 void GetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword);
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dffi_structs.h56 char* keyPassword; member
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp372 if (ops->clientCert->keyPassword != nullptr) { in ParseParams()
373 keyPasswd = SecureChar(ops->clientCert->keyPassword); in ParseParams()

Completed in 3 milliseconds