Searched defs:passPhrase (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_key.cpp | 29 TLSKey::TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, in TLSKey() 39 TLSKey::TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in TLSKey() 48 TLSKey::TLSKey(const SecureData &data, const SecureData &passPhrase) in TLSKey() 92 void TLSKey::DecodeData(const SecureData &data, const SecureData &passPhrase) in DecodeData() 142 …id TLSKey::DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in DecodeData() 162 …er(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData &passPhrase) in DecodeDer() 244 …em(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData &passPhrase) in DecodePem()
|
/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
|