HomeSort by relevance Sort by last modified time
    Searched refs:smp_debug_print_nbyte_little_endian (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/smp/
smp_keys.c 77 void smp_debug_print_nbyte_little_endian(UINT8 *p, const UINT8 *key_name, UINT8 len) function
173 smp_debug_print_nbyte_little_endian(key, (const UINT8 *)"Key", SMP_ENCRYT_KEY_SIZE);
174 smp_debug_print_nbyte_little_endian(p_start, (const UINT8 *)"Plain text", SMP_ENCRYT_DATA_SIZE);
183 smp_debug_print_nbyte_little_endian(p_out->param_buf, (const UINT8 *)"Encrypted text", SMP_ENCRYT_KEY_SIZE);
560 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1", 16);
606 smp_debug_print_nbyte_little_endian(p2, (const UINT8 *)"p2", 16);
634 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1' = r XOR p1", 16);
667 smp_debug_print_nbyte_little_endian (p->param_buf, (const UINT8 *)"C1", 16);
674 smp_debug_print_nbyte_little_endian ((UINT8 *)p2, (const UINT8 *)"p2' = C1 xor p2", 16);
713 smp_debug_print_nbyte_little_endian ((UINT8 *)p_cb->rand, (const UINT8 *)"local rand", 16)
    [all...]
smp_act.c     [all...]
smp_int.h 532 extern void smp_debug_print_nbyte_little_endian (UINT8 *p, const UINT8 *key_name,

Completed in 109 milliseconds