HomeSort by relevance Sort by last modified time
    Searched defs:passkey (Results 1 - 18 of 18) 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/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 224 int passkey = msg.arg1; local
226 sendDisplayPinIntent(devProp.getAddress(), passkey, variant); local
234 // passkey and displaying it to the user. If the keyboard doesn't follow
250 // In PIN_REQUEST, there is no passkey to display.So do not send the
384 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant, int passkey) {
391 + " pairingVariant " + pairingVariant + " passkey: " + passkey);
428 msg.arg1 = passkey;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 55 * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple
127 int passkey = local
129 if (passkey == BluetoothDevice.ERROR) {
130 Log.e(TAG, "Invalid Confirmation Passkey received, not showing any dialog");
134 mPairingKey = String.format(Locale.US, "%06d", passkey);
149 "Invalid Confirmation Passkey or PIN received, not showing any dialog");
303 int passkey = Integer.parseInt(value); local
304 mDevice.setPasskey(passkey);
398 // Maximum of 6 digits for passkey
  /system/bt/stack/smp/
smp_keys.cc 168 * Description This function is called to process a passkey.
175 uint32_t passkey; /* 19655 test number; */ local
179 STREAM_TO_UINT32(passkey, pp);
180 passkey &= ~SMP_PASSKEY_MASK;
183 while (passkey > BTM_MAX_PASSKEY_VAL) passkey >>= 1;
187 UINT32_TO_STREAM(tt, passkey);
191 smp_evt_data.passkey = passkey;
198 smp_int_data.passkey = passkey
    [all...]
smp_int.h 34 #define SMP_MODEL_PASSKEY 1 /* Passkey Entry model, input the key */
36 #define SMP_MODEL_KEY_NOTIF 3 /* Passkey Entry model, display the key */
40 #define SMP_MODEL_SEC_CONN_PASSKEY_ENT 6 /* Passkey Entry model, */
42 #define SMP_MODEL_SEC_CONN_PASSKEY_DISP 7 /* Passkey Entry model, */
226 uint32_t passkey; member in union:__anon2543
284 BT_OCTET16 local_random; /* local randomizer - passkey or OOB randomizer */
285 BT_OCTET16 peer_random; /* peer randomizer - passkey or OOB randomizer */
308 round; /* authentication stage 1 round for passkey association model */
474 extern void smp_convert_string_to_tk(BT_OCTET16 tk, uint32_t 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_types.h 49 #define SMP_PASSKEY_NOTIF_EVT 3 /* passkey notification event */
50 #define SMP_PASSKEY_REQ_EVT 4 /* passkey request event */
194 #define SMP_SC_KEY_STARTED 0 /* passkey entry started */
195 #define SMP_SC_KEY_ENTERED 1 /* passkey digit entered */
196 #define SMP_SC_KEY_ERASED 2 /* passkey digit erased */
197 #define SMP_SC_KEY_CLEARED 3 /* passkey cleared */
198 #define SMP_SC_KEY_COMPLT 4 /* passkey entry completed */
252 uint32_t passkey; member in union:__anon2477
btm_api_types.h 1459 uint32_t passkey; \/* passkey *\/ member in struct:__anon2349
    [all...]
  /system/bt/btif/src/
btif_dm.cc 2350 uint32_t passkey = 0; local
    [all...]
  /system/bt/bta/include/
bta_api.h 370 #define BTA_DM_SP_KEY_NOTIF_EVT 11 /* Simple Pairing Passkey Notification */
376 #define BTA_DM_BLE_PASSKEY_NOTIF_EVT 17 /* SMP passkey notification event */
377 #define BTA_DM_BLE_PASSKEY_REQ_EVT 18 /* SMP passkey request event */
634 BTA_SP_KEY_STARTED, /* passkey entry started */
635 BTA_SP_KEY_ENTERED, /* passkey digit entered */
636 BTA_SP_KEY_ERASED, /* passkey digit erased */
637 BTA_SP_KEY_CLEARED, /* passkey cleared */
638 BTA_SP_KEY_COMPLT /* passkey entry completed */
655 uint32_t passkey; /* the numeric value for comparison. If just_works, do not member in struct:__anon1448
683 tBTA_DM_SP_KEY_NOTIF key_notif; /* passkey notification *
    [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 
  /prebuilts/misc/common/robolectric/android-all/
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 351 milliseconds