HomeSort by relevance Sort by last modified time
    Searched refs:pin (Results 176 - 200 of 244) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 414 std::string pin; local
415 if (!data->GetString("pin", &pin)) {
419 OnPinFetched(pin);
828 void ChromotingInstance::OnPinFetched(const std::string& pin) {
830 secret_fetched_callback_.Run(pin);
    [all...]
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 381 * Calculates PIN hash value to be stored in the config, passing the resulting
385 * @param {string} pin The PIN.
392 function(hostId, pin, onDone, onError) {
396 pin: pin
main.css 564 #ask-pin-form .table-label {
570 #ask-pin-form > div {
649 #remember-pin {
668 #set-pin-table td {
client_plugin.js 36 /** @type {function(boolean): void} Request a PIN from the user. */
101 * @param {string} sharedSecret The access code for IT2Me or the PIN
190 * Gives the client authenticator the PIN.
192 * @param {string} pin The PIN.
194 remoting.ClientPlugin.prototype.onPinFetched = function(pin) {};
197 * Tells the plugin to ask for the PIN asynchronously.
211 * Request pairing with the host for PIN-less authentication.
ui_mode.js 33 CLIENT_PIN_PROMPT: 'home.client.pin-prompt',
46 HOST_SETUP_ASK_PIN: 'home.host-setup.ask-pin',
client_plugin_async.js 401 * @param {string} sharedSecret The access code for IT2Me or the PIN
558 * Called when a PIN is obtained from the user.
560 * @param {string} pin The PIN.
563 function(pin) {
568 { method: 'onPinFetched', data: { pin: pin }}));
572 * Tells the plugin to ask for the PIN asynchronously.
597 * Request pairing with the host for PIN-less authentication.
  /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/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.cc 637 const std::string& pin) {
639 if (!pin_required_ || pin == pin_) {
647 void NetworkLibraryImplStub::EnterPin(const std::string& pin) {
649 if (!pin_required_ || pin == pin_) {
network_library_impl_cros.cc 301 const std::string& pin) {
303 << " pin: " << pin; local
311 cellular->device_path(), pin, require_pin,
316 void NetworkLibraryImplCros::EnterPin(const std::string& pin) {
323 CrosRequestEnterPin(cellular->device_path(), pin,
351 VLOG(1) << "Pin operation completed successfuly";
360 NOTREACHED() << "Unknown PIN error: " << error_message;
    [all...]
network_library.h 617 // Sets the well-known PKCS#11 slot and PIN for accessing certificates.
619 const std::string& slot, const std::string& pin);
    [all...]
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 188 /** Prompts the user to enter a PIN. */
202 Log.i("jniiface", "User provided a PIN code");
215 Log.i("jniiface", "User canceled pin entry prompt");
321 /** Performs the native response to the user's PIN. */
322 private static native void authenticationResponse(String pin, boolean createPair);
  /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...]
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 276 + "not showing 'SIM network unlock' PIN entry screen");
278 // Normal case: show the "SIM network unlock" PIN entry screen.
280 // they enter a valid SIM network PIN.
703 boolean authenticateAgainstCachedSimPin(String pin) {
704 return (mCachedSimPin != null && mCachedSimPin.equals(pin));
707 void setCachedSimPin(String pin) {
708 mCachedSimPin = pin;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_manager_commands.js 433 var pin = !event.command.checked;
434 event.command.checked = pin;
439 // Pick an entry and pin it.
447 pin,
455 if (error && pin) {
  /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:__anon18003::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))
  /external/openssh/
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...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 568 * Supply the ICC PIN to the ICC card
582 void supplyIccPin(String pin, Message result);
585 * Supply the PIN for the app with this AID on the ICC card
601 void supplyIccPinForApp(String pin, String aid, Message result);
621 * 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) {
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 24 const char *pin, enum p2p_wps_method wps_method,

Completed in 2035 milliseconds

1 2 3 4 5 6 78 910