Searched refs:passPhrase (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_key.cpp | 33 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 D | tls_key.h | 41 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 D | wifi_settings.cpp | 1578 std::string passPhrase = iter->GetPassphrase(); in ReloadWifiP2pGroupInfoConfig() local 1579 if (passPhrase.empty()) { in ReloadWifiP2pGroupInfoConfig()
|