Searched refs:Secure (Results 1 - 11 of 11) sorted by relevance
/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); 80 Secure::SecureChar clientKey_; 82 Secure::SecureChar keyPassword_;
|
/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() 179 void ConnectContext::SetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword) in SetClientCert() 198 Secure::SecureChar keyPath = in ParseClientCert() 199 Secure::SecureChar(NapiUtils::GetStringPropertyUtf8(GetEnv(), jsCert, ContextKey::KEY_PATH)); in ParseClientCert() 200 Secure::SecureChar keyPassword = in ParseClientCert() 201 Secure::SecureChar(NapiUtils::GetStringPropertyUtf8(GetEnv(), jsCert, ContextKey::KEY_PASSWD)); in ParseClientCert()
|
/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_request_options.h | 94 void SetClientCert(std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd); 140 void GetClientCert(std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd); 190 Secure::SecureChar keyPasswd_;
|
/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | secure_char.h | 23 namespace OHOS::NetStack::Secure { namespace in OHOS::NetStack 40 } // namespace OHOS::NetStack::Secure
|
/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | secure_char.cpp | 21 namespace OHOS::NetStack::Secure { namespace in OHOS::NetStack 82 } // namespace OHOS::NetStack::Secure in Length()
|
/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_request_options.cpp | 205 std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd) in SetClientCert() 219 std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd) in GetClientCert()
|
/foundation/communication/netstack/test/unittest/http/ |
H A D | HttpRequestOptionsTest.cpp | 152 Secure::SecureChar keyPasswd("password"); in HWTEST_F() 159 Secure::SecureChar retrievedKeyPasswd; in HWTEST_F()
|
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
H A D | request_context.cpp | 719 Secure::SecureChar keyPasswd = Secure::SecureChar( in ParseClientCert()
|
/foundation/communication/netstack/test/fuzztest/http_fuzzer/ |
H A D | http_fuzzer.cpp | 226 Secure::SecureChar pwd(str); in SetClientCertFuzzTest()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/ |
H A D | websocket_exec.cpp | 727 context->clientKey_ = Secure::SecureChar(realKeyPath); in FillCaPath()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 910 Secure::SecureChar keyPasswd; in AddCurlHandle()
|
Completed in 10 milliseconds