Home
last modified time | relevance | path

Searched refs:passPhrase (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp33 DecodeDer(type, algorithm, fileName, passPhrase); in TLSKey()
35 DecodePem(type, algorithm, fileName, passPhrase); in TLSKey()
39 TLSKey::TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in TLSKey() argument
44 DecodeData(data, algorithm, passPhrase); in TLSKey()
48 TLSKey::TLSKey(const SecureData &data, const SecureData &passPhrase) in TLSKey() argument
53 DecodeData(data, passPhrase); in TLSKey()
92 void TLSKey::DecodeData(const SecureData &data, const SecureData &passPhrase) in DecodeData() argument
99 keyPass_ = passPhrase; in DecodeData()
150 keyPass_ = passPhrase; in DecodeData()
170 keyPass_ = passPhrase; in DecodeDer()
[all …]
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_key.h41 TLSKey(const SecureData &data, const SecureData &passPhrase);
42 TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase);
43 TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase,
55 void DecodeData(const SecureData &data, const SecureData &passPhrase);
56 void DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase);
57 …r(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData &passPhrase);
58 …m(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData &passPhrase);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp1578 std::string passPhrase = iter->GetPassphrase(); in ReloadWifiP2pGroupInfoConfig() local
1579 if (passPhrase.empty()) { in ReloadWifiP2pGroupInfoConfig()