Searched refs:keyPassword (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
H A D | connect_context.cpp | 172 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 D | connect_context.h | 44 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 D | ffi_structs.h | 56 char* keyPassword; member
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request_context.cpp | 372 if (ops->clientCert->keyPassword != nullptr) { in ParseParams() 373 keyPasswd = SecureChar(ops->clientCert->keyPassword); in ParseParams()
|
Completed in 4 milliseconds