Searched refs:GetKeyPass (Results 1 – 9 of 9) sorted by relevance
276 if (!configuration.GetPrivateKey().GetKeyPass().Length()) { in SetKeyAndCheck()279 … tlsContext->tlsConfiguration_.GetPrivateKey().GetKeyPass().Data()))); in SetKeyAndCheck()
278 if (!configuration.GetPrivateKey().GetKeyPass().Length()) { in SetKeyAndCheck()281 … tlsContext->tlsConfiguration_.GetPrivateKey().GetKeyPass().Data()))); in SetKeyAndCheck()
340 const SecureData &TLSKey::GetKeyPass() const in GetKeyPass() function in OHOS::NetStack::TlsSocket::TLSKey
223 keyPass_ = tlsSecureOptions.GetKeyPass(); in operator =()292 const SecureData &TLSSecureOptions::GetKeyPass() const in GetKeyPass() function in OHOS::NetStack::TlsSocket::TLSSecureOptions1250 …n_.SetPrivateKey(config.GetTlsSecureOptions().GetKey(), config.GetTlsSecureOptions().GetKeyPass()); in SetTlsConfiguration()
467 config.GetTlsSecureOptions().GetKeyPass()); in SetLocalTlsConfiguration()780 config.GetTlsSecureOptions().GetKeyPass()); in SetTlsConfiguration()
51 const SecureData &GetKeyPass() const;
154 SecureData getKeyPass = tlsKey.GetKeyPass();
161 [[nodiscard]] const SecureData &GetKeyPass() const;
211 auto ret = option.GetKeyPass(); in SetKeyPassFuzzTest()