Home
last modified time | relevance | path

Searched defs:passPhrase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp29 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 Dwifi_settings.cpp1578 std::string passPhrase = iter->GetPassphrase(); in ReloadWifiP2pGroupInfoConfig() local