/external/chromium_org/remoting/protocol/ |
pairing_host_authenticator.cc | 22 const std::string& pin) 26 pin_(pin),
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.h | 21 const char *pin, char *buf, size_t buflen, 27 int wpas_wps_ap_pin_set(struct wpa_supplicant *wpa_s, const char *pin,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccCard.java | 76 * Supply the ICC PIN to the ICC 86 * If the supplied PIN is incorrect: 93 public void supplyPin (String pin, Message onComplete); 120 public void supplyNetworkDepersonalization (String pin, Message onComplete); 123 * Check whether ICC pin lock is enabled 124 * This is a sync call which returns the cached pin enabled state 133 * This is a sync call which returns the cached pin enabled state 141 * Set the ICC pin lock enabled or disabled 145 * @param password needed to change the ICC pin state, aka. Pin1 169 * Change the ICC password used in ICC pin loc [all...] |
/external/chromium_org/chromeos/dbus/ |
shill_device_client.cc | 108 const std::string& pin, 115 writer.AppendString(pin); 122 const std::string& pin, 128 writer.AppendString(pin); 135 const std::string& pin, 142 writer.AppendString(pin);
|
fake_shill_device_client.h | 50 const std::string& pin, 55 const std::string& pin, 60 const std::string& pin,
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11mouse.c | 197 char *mouse_param, *mouse_param_buf, *pin; local 208 pin = SDL_strchr(mouse_param, '/'); 209 if ( pin ) { 210 *pin = '\0'; 213 if ( pin ) { 214 mouse_param = pin+1;
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_wps.c | 26 int type; /* 0 - not set, 1 - pin, 2 - pbc */ 28 char *pin; member in struct:wps_start_params 82 if (os_strcmp(val, "pin") == 0) 137 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Pin type, " 140 "Pin must be a string"); 143 dbus_message_iter_get_basic(&variant_iter, ¶ms->pin); 197 else if (os_strcmp(key, "Pin") == 0) 220 * (pin or push button) and optionally pin and bssid. Returned message 221 * has a dictionary argument which may contain newly generated pin (optional) [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicConvolve3x3.cpp | 195 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2); 201 const uchar4 *py1 = (const uchar4 *)(pin + stride * p->y); 202 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1); 242 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2); 248 const uchar2 *py1 = (const uchar2 *)(pin + stride * p->y); 249 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1); 287 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 292 const uchar *py0 = (const uchar *)(pin + stride * y2) 332 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 377 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 421 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local [all...] |
/external/openssh/ |
ssh-pkcs11.c | 239 char *pin, prompt[1024]; local 259 error("need pin"); 262 snprintf(prompt, sizeof(prompt), "Enter PIN for '%s': ", 264 pin = read_passphrase(prompt, RP_ALLOW_EOF); 265 if (pin == NULL) 267 if ((rv = f->C_Login(si->session, CKU_USER, pin, strlen(pin))) 269 xfree(pin); 273 xfree(pin); 347 * if pin == NULL we delay login until key us [all...] |
ssh-pkcs11-helper.c | 116 char *name, *pin; local 125 pin = get_string(NULL); 126 if ((nkeys = pkcs11_add_provider(name, pin, &keys)) > 0) { 140 xfree(pin); 149 char *name, *pin; local 154 pin = get_string(NULL); 160 xfree(pin);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiNative.java | 530 public boolean startWpsPinKeypad(String pin) { 531 if (TextUtils.isEmpty(pin)) return false; 532 return doBooleanCommand("WPS_PIN any " + pin); 535 public boolean startWpsPinKeypad(String iface, String pin) { 536 if (TextUtils.isEmpty(pin)) return false; 538 return doBooleanCommandNative("IFNAME=" + iface + " WPS_PIN any " + pin); 562 public boolean startWpsRegistrar(String bssid, String pin) { 563 if (TextUtils.isEmpty(bssid) || TextUtils.isEmpty(pin)) return false; 564 return doBooleanCommand("WPS_REG " + bssid + " " + pin); 709 /* p2p_connect <peer device address> <pbc|pin|PIN#> [label|display|keypad [all...] |
/frameworks/base/media/java/android/media/ |
Metadata.java | 383 final int pin = parcel.dataPosition(); // to roll back in case of errors. local 388 Log.e(TAG, "Bad size " + size + " avail " + parcel.dataAvail() + " position " + pin); 389 parcel.setDataPosition(pin); 397 parcel.setDataPosition(pin); 403 parcel.setDataPosition(pin);
|
/external/chromium_org/remoting/webapp/ |
host_setup_dialog.js | 19 this.pin = ''; 101 this.pinEntry_ = document.getElementById('daemon-pin-entry'); 102 this.pinConfirm_ = document.getElementById('daemon-pin-confirm'); 103 this.pinErrorDiv_ = document.getElementById('daemon-pin-error-div'); 104 this.pinErrorMessage_ = document.getElementById('daemon-pin-error-message'); 133 var form = document.getElementById('ask-pin-form'); 138 document.getElementById('daemon-pin-confirm').focus(); 163 * Show the dialog in order to get a PIN prior to starting the daemon. When the 242 * Show the dialog in order to change the PIN associated with a running daemon. 393 this.hostController_.start(this.flow_.pin, this.flow_.consent, onHostStarted [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.css | 111 .edit-bar > .pin, 119 .edit-bar > .pin { 123 .edit-bar > .pin:hover { 127 .edit-bar > .pin:active { 131 .pinned .edit-bar > .pin { 135 .pinned .edit-bar > .pin:hover { 139 .pinned .edit-bar > .pin:active {
|
/external/chromium_org/chrome/browser/ui/ |
browser_tabrestore.cc | 91 bool pin, 105 if (pin) { 129 session_service->TabRestored(web_contents, pin);
|
browser_tab_restore_service_delegate.cc | 58 bool pin, 64 pin, from_last_session, storage_namespace,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.cc | 123 // for PIN input because PinRequired preference change was requested. 124 // SIM_NOT_LOCKED_CHANGE_PIN - SIM card is not locked, ask user for old PIN 125 // and new PIN to change it. 193 // Pending code input (PIN/PUK). 208 // Pass PIN/PUK code to shill and check status. 211 // Methods to invoke shill PIN/PUK D-Bus operations. 212 void ChangeRequirePin(bool require_pin, const std::string& pin); 213 void EnterPin(const std::string& pin); 221 // Called when an asynchronous PIN operation has completed. 224 // Single handler for PIN/PUK code operations 636 std::string pin; local 657 std::string pin; local [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 202 * wps_pin_checksum - Compute PIN checksum 203 * @pin: Seven digit PIN (i.e., eight digit PIN without the checksum digit) 206 unsigned int wps_pin_checksum(unsigned int pin) 209 while (pin) { 210 accum += 3 * (pin % 10); 211 pin /= 10; 212 accum += pin % 10; 213 pin /= 10 [all...] |
wps_registrar.c | 80 u8 *pin; member in struct:wps_uuid_pin 90 static void wps_free_pin(struct wps_uuid_pin *pin) 92 os_free(pin->pin); 93 os_free(pin); 97 static void wps_remove_pin(struct wps_uuid_pin *pin) 99 dl_list_del(&pin->list); 100 wps_free_pin(pin); 106 struct wps_uuid_pin *pin, *prev; local 107 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list 708 struct wps_uuid_pin *pin; local 804 struct wps_uuid_pin *pin, *prev; local 831 struct wps_uuid_pin *pin, *prev; local 859 struct wps_uuid_pin *pin, *prev; local 878 struct wps_uuid_pin *pin, *found = NULL; local 936 struct wps_uuid_pin *pin; local 1351 const u8 *pin; local [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
RestrictionsPinActivity.java | 36 * This activity is launched by Settings and other apps to either create a new PIN or 37 * challenge for an existing PIN. The PIN is maintained by UserManager. 149 CharSequence pin = mPinText.getText(); local 150 setPositiveButtonState(pin != null && pin.length() >= 4);
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestRunner.java | 48 * [-e pair_pin <pin>] \ 183 byte[] pin = BluetoothDevice.convertPinToBytes(val); 184 if (pin != null) { 185 sDevicePairPin = pin;
|
/libcore/crypto/src/main/java/org/conscrypt/ |
CertPinManager.java | 76 // return its result or false if there's no pin 84 // reread the pin file 91 PinListEntry pin = new PinListEntry(entry, certStore); local 92 entries.put(pin.getCommonName(), pin); local 94 log("Pinlist contains a malformed pin: " + entry, e); 113 // there's no pin list, all certs are unpinned 117 throw new PinManagerException("Unexpected error reading pin list; failing.", e);
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
DeflaterOutputStreamTest.java | 74 PipedInputStream pin = new PipedInputStream(pout); local 96 return new InflaterInputStream(pin); 98 return new GZIPInputStream(pin);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 411 * not respond to pin request in time 467 * The user will be prompted to enter a pin or 468 * an app will enter a pin for user. 498 * The user will be prompted to enter the PIN displayed on remote device. [all...] |
/external/chromium_org/remoting/tools/ |
native_messaging_host_test.py | 50 pin = raw_input('Enter PIN: ') 53 'pin': pin} 119 ('Get PIN hash', BuildGetPinHash),
|