/external/wpa_supplicant_8/src/crypto/ |
tls.h | 113 * @ppin: pointer to the pin variable in the configuration 150 const char *pin; member in struct:tls_connection_params 242 * TLS_SET_PARAMS_ENGINE_PRV_INIT_FAILED (-2) on possible PIN error causing 256 * TLS_SET_PARAMS_ENGINE_PRV_INIT_FAILED (-2) on possible PIN error causing
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccCardProxy.java | 427 * Locked state have a reason (PIN, PUK, NETWORK, PERM_DISABLED) 535 public void supplyPin(String pin, Message onComplete) { 538 mUiccApplication.supplyPin(pin, onComplete); 591 public void supplyNetworkDepersonalization(String pin, Message onComplete) { 594 mUiccApplication.supplyNetworkDepersonalization(pin, onComplete);
|
UiccCardApplication.java | 517 * Supply the ICC PIN to the ICC 527 * If the supplied PIN is incorrect: 536 public void supplyPin (String pin, Message onComplete) { 538 mCi.supplyIccPin(pin, onComplete); 560 public void supplyNetworkDepersonalization (String pin, Message onComplete) { 563 mCi.supplyNetworkDepersonalization(pin, onComplete); 568 * Check whether ICC pin lock is enabled 569 * This is a sync call which returns the cached pin enabled state 588 * This is a sync call which returns the cached pin enabled state 600 * Set the ICC pin lock enabled or disable [all...] |
/hardware/libhardware/include/hardware/ |
bluetooth.h | 92 uint8_t pin[16]; member in struct:__anon20577
|
/packages/apps/Phone/src/com/android/phone/ |
EnableFdnScreen.java | 84 mPin2Field = (EditText) findViewById(R.id.pin);
|
EnableIccPinScreen.java | 36 * UI to enable/disable the ICC PIN. 78 mPinField = (EditText) findViewById(R.id.pin);
|
PhoneGlobals.java | 296 + "not showing 'SIM network unlock' PIN entry screen"); 298 // Normal case: show the "SIM network unlock" PIN entry screen. 300 // they enter a valid SIM network PIN. [all...] |
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 164 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid); 648 wpa_printf(MSG_DEBUG, "WPS: Re-enable AP PIN"); 663 * Registrar failed to prove its knowledge of the AP PIN. Lock AP setup 669 wpa_printf(MSG_DEBUG, "WPS: AP PIN authentication failure number %u " 683 * In indefinite lockdown - disable automatic AP PIN 687 wpa_printf(MSG_DEBUG, "WPS: AP PIN disabled indefinitely"); 695 wpa_printf(MSG_DEBUG, "WPS: Disable AP PIN for %u seconds", 722 wpa_printf(MSG_DEBUG, "WPS: Clear consecutive AP PIN failure counter " 1191 const u8 *pin; member in struct:wps_add_pin_data 1503 unsigned int pin; local [all...] |
/external/openssh/ |
ssh-agent.c | 703 char *provider = NULL, *pin; local 710 pin = buffer_get_string(&e->request, NULL); 729 count = pkcs11_add_provider(provider, pin, &keys); 750 if (pin) 751 xfree(pin); 764 char *provider = NULL, *pin = NULL; local 770 pin = buffer_get_string(&e->request, NULL); 771 xfree(pin); [all...] |
authfd.c | 631 const char *reader_id, const char *pin, u_int life, u_int confirm) 646 buffer_put_cstring(&msg, pin);
|
sftp.c | 2012 int pin[2], pout[2]; local [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls.c | 55 "PIN"); 128 * PIN. It may be wrong, we cannot be sure but trying 132 os_free(config->pin); 133 config->pin = NULL;
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model.cc | 121 bool pin = local 123 index = ConstrainInsertionIndex(index, pin); 136 data->pinned = pin; 882 bool pin = WillContextMenuPin(context_index); local 883 if (pin) { [all...] |
/frameworks/base/core/java/android/webkit/ |
WebSettingsClassic.java | 958 size = pin(size); 978 size = pin(size); 998 size = pin(size); 1723 private int pin(int size) { method in class:WebSettingsClassic [all...] |
/external/qemu/hw/ |
qdev.c | 364 void qdev_connect_gpio_out(DeviceState * dev, int n, qemu_irq pin) 367 dev->gpio_out[n] = pin;
|
/external/wpa_supplicant_8/src/wps/ |
wps.c | 47 if (cfg->pin) { 54 os_memcpy(data->dev_password, cfg->pin, cfg->pin_len); 56 wpa_hexdump_key(MSG_DEBUG, "WPS: AP PIN dev_password", 62 /* Keep AP PIN as alternative Device Password */ 85 /* Use special PIN '00000000' for PBC */ 153 wpa_printf(MSG_DEBUG, "WPS: Full PIN information revealed and " 279 * wps_is_selected_pin_registrar - Check whether WPS IE indicates active PIN 281 * Returns: 1 if PIN Registrar is active, 0 if not
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectInputStreamTest.java | 939 PipedInputStream pin = new PipedInputStream(pout); local 941 ObjectInputStream in = new ObjectIutputStreamWithReadDesc2(pin, A.class); 1072 PipedInputStream pin = new PipedInputStream(pout); local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.h | 22 const char *pin, enum p2p_wps_method wps_method,
|
/frameworks/base/core/java/android/os/ |
MemoryFile.java | 54 private static native void native_pin(FileDescriptor fd, boolean pin) throws IOException;
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
ObjectInputStreamTest.java | 938 PipedInputStream pin = new PipedInputStream(pout); local 940 ObjectInputStream in = new ObjectIutputStreamWithReadDesc2(pin, A.class); 1071 PipedInputStream pin = new PipedInputStream(pout); local [all...] |
/external/qemu/telephony/ |
android_modem.c | 1817 char pin[5]; local [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RangeConstraintManager.cpp | 149 bool pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const { function in class:__anon6077::RangeSet 173 // The range starts below what's possible but ends within it. Pin. 178 // The range spans all possible values for the symbol. Pin. 197 // The range starts within what's possible but ends above it. Pin. 240 if (!pin(Lower, Upper))
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CommandsInterface.java | 555 * Supply the ICC PIN to the ICC card 566 void supplyIccPin(String pin, Message result); 569 * Supply the PIN for the app with this AID on the ICC card 582 void supplyIccPinForApp(String pin, String aid, Message result); 599 * Supply the PUK, new pin for the app with this AID on the ICC card [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadCommands.java | 165 public void supplyIccPin(String pin, Message result) { 169 public void supplyIccPinForApp(String pin, String aid, Message result) {
|