HomeSort by relevance Sort by last modified time
    Searched defs:passkey (Results 1 - 19 of 19) sorted by null

  /external/ImageMagick/MagickCore/
cipher.c 515 % const StringInfo *passkey,ExceptionInfo *exception)
525 % o passkey: decrypt cipher pixels with this passkey.
553 *passkey;
557 passkey=StringToStringInfo(passphrase);
558 if (passkey == (StringInfo *) NULL)
560 status=PasskeyDecipherImage(image,passkey,exception);
561 passkey=DestroyStringInfo(passkey);
566 const StringInfo *passkey,ExceptionInfo *exception
544 *passkey; local
754 *passkey; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 52 * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple confirmation
129 int passkey = local
131 if (passkey == BluetoothDevice.ERROR) {
132 Log.e(TAG, "Invalid Confirmation Passkey received, not showing any dialog");
135 mPairingKey = String.format(Locale.US, "%06d", passkey);
149 Log.e(TAG, "Invalid Confirmation Passkey or PIN received, not showing any dialog");
244 // Maximum of 6 digits for passkey
402 int passkey = Integer.parseInt(value); local
403 mDevice.setPasskey(passkey);
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_cmds.h 362 uint8_t passkey[6]; member in union:__anon29522::__anon29523
aci_evts.h 100 * Display Passkey Event
346 uint8_t passkey[6]; member in struct:__anon29551
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 226 int passkey = msg.arg1; local
228 sendDisplayPinIntent(devProp.getAddress(), passkey, variant); local
236 // passkey and displaying it to the user. If the keyboard doesn't follow
252 // In PIN_REQUEST, there is no passkey to display.So do not send the
379 int passkey) {
386 cod + " pairingVariant " + pairingVariant + " passkey: " + passkey);
423 msg.arg1 = passkey;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 54 * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple
125 int passkey = local
127 if (passkey == BluetoothDevice.ERROR) {
128 Log.e(TAG, "Invalid Confirmation Passkey received, not showing any dialog");
132 mPairingKey = String.format(Locale.US, "%06d", passkey);
147 "Invalid Confirmation Passkey or PIN received, not showing any dialog");
298 int passkey = Integer.parseInt(value); local
299 mDevice.setPasskey(passkey);
385 // Maximum of 6 digits for passkey
  /external/ImageMagick/MagickWand/
operation.c 2170 *passkey; local
2287 *passkey; local
    [all...]
mogrify.c 1313 *passkey; local
1506 *passkey; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bluetoothapis.h 105 ULONG Passkey;
134 ULONG passkey; member in struct:_BLUETOOTH_PASSKEY_INFO
  /system/bt/stack/include/
smp_api.h 56 #define SMP_PASSKEY_NOTIF_EVT 3 /* passkey notification event */
57 #define SMP_PASSKEY_REQ_EVT 4 /* passkey request event */
206 #define SMP_SC_KEY_STARTED 0 /* passkey entry started */
207 #define SMP_SC_KEY_ENTERED 1 /* passkey digit entered */
208 #define SMP_SC_KEY_ERASED 2 /* passkey digit erased */
209 #define SMP_SC_KEY_CLEARED 3 /* passkey cleared */
210 #define SMP_SC_KEY_COMPLT 4 /* passkey entry completed */
272 UINT32 passkey; member in union:__anon73924
392 ** Passkey request to the application.
396 ** passkey - numeric value in the range o
    [all...]
btm_api.h 1471 UINT32 passkey; \/* passkey *\/ member in struct:__anon73769
    [all...]
  /system/bt/stack/smp/
smp_keys.c 180 ** Description This function is called to generate passkey.
201 ** Description This function is called to process a passkey.
210 UINT32 passkey; /* 19655 test number; */ local
214 STREAM_TO_UINT32(passkey, pp);
215 passkey &= ~SMP_PASSKEY_MASK;
218 while (passkey > BTM_MAX_PASSKEY_VAL)
219 passkey >>= 1;
223 UINT32_TO_STREAM(tt, passkey);
230 (*p_cb->p_callback)(SMP_PASSKEY_NOTIF_EVT, p_cb->pairing_bda, (tSMP_EVT_DATA *)&passkey);
235 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &passkey);
    [all...]
smp_int.h 35 #define SMP_MODEL_PASSKEY 1 /* Legacy mode, Passkey Entry model, this side inputs the key */
37 #define SMP_MODEL_KEY_NOTIF 3 /* Legacy mode, Passkey Entry model, this side displays the key */
40 #define SMP_MODEL_SEC_CONN_PASSKEY_ENT 6 /* Secure Connections mode, Passkey Entry model, */
42 #define SMP_MODEL_SEC_CONN_PASSKEY_DISP 7 /* Secure Connections mode, Passkey Entry model, */
241 UINT32 passkey; member in union:__anon74001
297 BT_OCTET16 local_random; /* local randomizer - passkey or OOB randomizer */
298 BT_OCTET16 peer_random; /* peer randomizer - passkey or OOB randomizer */
318 UINT8 round; /* authentication stage 1 round for passkey association model */
483 extern void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey);
  /system/bt/btif/src/
btif_dm.c 2526 UINT32 passkey = 0; local
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 412 UINT32 passkey; member in struct:__anon72814
    [all...]
  /system/bt/bta/include/
bta_api.h 578 #define BTA_DM_SP_KEY_NOTIF_EVT 11 /* Simple Pairing Passkey Notification */
584 #define BTA_DM_BLE_PASSKEY_NOTIF_EVT 17 /* SMP passkey notification event */
585 #define BTA_DM_BLE_PASSKEY_REQ_EVT 18 /* SMP passkey request event */
857 UINT32 passkey; \/* the numeric value for comparison. If just_works, do not show this number to UI *\/ member in struct:__anon73022
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1049 milliseconds