HomeSort by relevance Sort by last modified time
    Searched refs:pin (Results 26 - 50 of 170) sorted by null

12 3 4 5 6 7

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 106 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
108 const u8 *pin; member in struct:wps_config
111 * pin_len - Length on pin in octets
204 * pin_needed_cb - Callback for requesting a PIN
210 * PIN method and a matching PIN (Device Password) is not found in
518 const u8 *pin, size_t pin_len, int timeout);
528 unsigned int wps_pin_checksum(unsigned int pin);
529 unsigned int wps_pin_valid(unsigned int pin);
  /external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 46 bool pin,
50 extension_app_id, select, pin,
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 21 const char *pin, char *buf, size_t buflen);
26 int wpas_wps_ap_pin_set(struct wpa_supplicant *wpa_s, const char *pin,
  /external/qemu/distrib/sdl-1.2.12/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 32 int type; /* 0 - not set, 1 - pin, 2 - pbc */
34 char *pin; member in struct:wps_start_params
88 if (os_strcmp(val, "pin") == 0)
143 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Pin type, "
146 "Pin must be a string");
149 dbus_message_iter_get_basic(&variant_iter, &params->pin);
203 else if (os_strcmp(key, "Pin") == 0)
226 * (pin or push button) and optionally pin and bssid. Returned message
227 * has a dictionary argument which may contain newly generated pin (optional)
    [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);
ssh-add.c 266 char *pin; local
269 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN);
270 if (pin == NULL)
273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
282 xfree(pin);
  /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/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 {
  /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;
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 205 static int32_t pin(int32_t value, int32_t max) { function
268 r = pin(result[0], SK_R32_MASK);
269 g = pin(result[1], SK_G32_MASK);
270 b = pin(result[2], SK_B32_MASK);
271 a = pin(result[3], SK_A32_MASK);
302 r = pin(result[0], SK_R32_MASK);
303 g = pin(result[1], SK_G32_MASK);
304 b = pin(result[2], SK_B32_MASK);
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 71 PipedInputStream pin = new PipedInputStream(pout); local
85 return new InflaterInputStream(pin);
  /external/kernel-headers/original/asm-x86/
io_apic_32.h 145 extern int io_apic_set_pci_routing (int ioapic, int pin, int irq, int edge_level, int active_high_low);
  /external/skia/src/animator/
SkDrawGradient.cpp 25 SkScalar pin = SkScalarPin(x, 0, SK_Scalar1); local
27 return (int) (pin * 65535.0f);
29 return pin - (pin >= 32768);
  /external/skia/src/ports/
SkImageRef_ashmem.cpp 164 // fast case: check if we can just pin and get the cached data
168 int pin = ashmem_pin_region(fRec.fFD, 0, 0); local
170 if (ASHMEM_NOT_PURGED == pin) { // yea, fast case!
173 } else if (ASHMEM_WAS_PURGED == pin) {
185 SkDebugf("===== ashmem pin_region(%d) returned %d\n", fRec.fFD, pin);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h 360 * EAP-WSC (WPS) uses following options: pin=Device_Password and
385 * pin - PIN for USIM, GSM SIM, and smartcards
387 * This field is used to configure PIN for SIM and smartcards for
393 char *pin; member in struct:eap_peer_config
427 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2)
429 * This field is used to configure PIN for SIM and smartcards for
533 * pending_req_pin - Whether there is a pending PIN request
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.h 48 int scard_set_pin(struct scard_data *scard, const char *pin);
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 363 * EAP-WSC (WPS) uses following options: pin=Device_Password and
388 * pin - PIN for USIM, GSM SIM, and smartcards
390 * This field is used to configure PIN for SIM and smartcards for
396 char *pin; member in struct:eap_peer_config
430 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2)
432 * This field is used to configure PIN for SIM and smartcards for
536 * pending_req_pin - Whether there is a pending PIN request
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.h 43 int scard_set_pin(struct scard_data *scard, const char *pin);
  /packages/apps/Phone/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 40 * "SIM network unlock" PIN entry screen.
120 // PIN entry text field
170 String pin = mPinEntry.getText().toString();
172 if (TextUtils.isEmpty(pin)) {
176 if (DBG) log("requesting network depersonalization with code " + pin);
177 mPhone.getIccCard().supplyNetworkDepersonalization(pin,
PhoneInterfaceManager.java 425 public boolean supplyPin(String pin) {
429 return checkSimPin.unlockSim(null, pin);
432 public boolean supplyPuk(String puk, String pin) {
436 return checkSimPuk.unlockSim(puk, pin);
486 * Use PIN or PUK to unlock SIM card
488 * If PUK is null, unlock SIM card with PIN
490 * If PUK is not null, unlock SIM card with PUK and set PIN code
492 synchronized boolean unlockSim(String puk, String pin) {
504 mSimCard.supplyPin(pin, callback);
506 mSimCard.supplyPuk(puk, pin, callback)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 368 * not respond to pin request in time
424 * The user will be prompted to enter a pin
455 * The user will be prompted to enter the PIN displayed on remote device.
839 public boolean setPin(byte[] pin) {
841 return sService.setPin(mAddress, pin);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 33 u8 *pin; member in struct:wps_uuid_pin
43 static void wps_free_pin(struct wps_uuid_pin *pin)
45 os_free(pin->pin);
46 os_free(pin);
50 static void wps_remove_pin(struct wps_uuid_pin *pin)
52 dl_list_del(&pin->list);
53 wps_free_pin(pin);
59 struct wps_uuid_pin *pin, *prev; local
60 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list
724 struct wps_uuid_pin *pin, *prev; local
747 struct wps_uuid_pin *pin, *prev; local
771 struct wps_uuid_pin *pin, *prev; local
790 struct wps_uuid_pin *pin, *found = NULL; local
848 struct wps_uuid_pin *pin; local
1231 const u8 *pin; local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 1232 String pin = mWifiNative.startWpsPinDisplay(mGroup.getInterface()); local
1475 final EditText pin = (EditText) textEntryView.findViewById(R.id.wifi_p2p_wps_pin); local
1550 String pin = mWifiNative.p2pConnect(config, join); local
    [all...]

Completed in 1817 milliseconds

12 3 4 5 6 7