OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getpassphrase
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/chrome/browser/chromeos/options/
passphrase_textfield.h
28
std::string
GetPassphrase
();
passphrase_textfield.cc
39
std::string PassphraseTextfield::
GetPassphrase
() {
wifi_config_view.h
109
std::string
GetPassphrase
() const;
wifi_config_view.cc
660
std::string passphrase =
GetPassphrase
();
663
flimflam::kPassphraseProperty,
GetPassphrase
());
693
const std::string passphrase =
GetPassphrase
();
715
std::string WifiConfigView::
GetPassphrase
() const {
837
flimflam::kEapPasswordProperty,
GetPassphrase
());
[
all
...]
vpn_config_view.cc
[
all
...]
/external/ppp/pppd/
srp-entry.c
40
#define
getpassphrase
getpass
macro
151
if ((pass1 =
getpassphrase
("Pass phrase: ")) == NULL)
154
if ((pass2 =
getpassphrase
("Re-enter phrase: ")) == NULL)
/frameworks/base/core/java/android/hardware/display/
WifiDisplaySessionInfo.java
83
public String
getPassphrase
() {
/external/chromium/chrome/browser/chromeos/options/
wifi_config_view.h
72
std::string
GetPassphrase
() const;
wifi_config_view.cc
369
bool passphrase_empty = wifi->
GetPassphrase
().empty();
461
sec, GetSSID(),
GetPassphrase
(), std::string(), std::string());
567
const std::string passphrase =
GetPassphrase
();
591
std::string WifiConfigView::
GetPassphrase
() const {
735
if (wifi && !wifi->
GetPassphrase
().empty())
736
passphrase_textfield_->SetText(UTF8ToUTF16(wifi->
GetPassphrase
()));
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc
133
bool
GetPassphrase
(const std::string& json, std::string* passphrase) {
423
if (!
GetPassphrase
(json, &passphrase)) {
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroup.java
241
public String
getPassphrase
() {
290
mPassphrase = source.
getPassphrase
();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar
/frameworks/base/services/java/com/android/server/display/
WifiDisplayController.java
742
info.
getPassphrase
(),
[
all
...]
/external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc
[
all
...]
network_library.h
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
network_library.h
689
const std::string&
GetPassphrase
() const;
[
all
...]
network_library.cc
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar
/prebuilts/sdk/18/
android.jar
Completed in 675 milliseconds