OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smp_debug_print_nbyte_little_endian
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/smp/
smp_keys.c
63
void
smp_debug_print_nbyte_little_endian
(UINT8 *p, const UINT8 *key_name, UINT8 len)
function
154
smp_debug_print_nbyte_little_endian
(key, (const UINT8 *)"Key", SMP_ENCRYT_KEY_SIZE);
155
smp_debug_print_nbyte_little_endian
(p_start, (const UINT8 *)"Plain text", SMP_ENCRYT_DATA_SIZE);
164
smp_debug_print_nbyte_little_endian
(p_out->param_buf, (const UINT8 *)"Encrypted text", SMP_ENCRYT_KEY_SIZE);
541
smp_debug_print_nbyte_little_endian
((UINT8 *)p1, (const UINT8 *)"P1", 16);
587
smp_debug_print_nbyte_little_endian
(p2, (const UINT8 *)"p2", 16);
615
smp_debug_print_nbyte_little_endian
((UINT8 *)p1, (const UINT8 *)"P1' = r XOR p1", 16);
648
smp_debug_print_nbyte_little_endian
(p->param_buf, (const UINT8 *)"C1", 16);
655
smp_debug_print_nbyte_little_endian
((UINT8 *)p2, (const UINT8 *)"p2' = C1 xor p2", 16);
694
smp_debug_print_nbyte_little_endian
((UINT8 *)p_cb->rand, (const UINT8 *)"local rand", 16)
[
all
...]
smp_act.c
[
all
...]
smp_int.h
536
extern void
smp_debug_print_nbyte_little_endian
(UINT8 *p, const UINT8 *key_name,
Completed in 41 milliseconds