Searched refs:smp_debug_print_nbyte_little_endian (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/smp/ |
D | smp_keys.c | 63 void smp_debug_print_nbyte_little_endian(UINT8 *p, const UINT8 *key_name, UINT8 len) in smp_debug_print_nbyte_little_endian() function 154 smp_debug_print_nbyte_little_endian(key, (const UINT8 *)"Key", SMP_ENCRYT_KEY_SIZE); in smp_encrypt_data() 155 smp_debug_print_nbyte_little_endian(p_start, (const UINT8 *)"Plain text", SMP_ENCRYT_DATA_SIZE); in smp_encrypt_data() 164 …smp_debug_print_nbyte_little_endian(p_out->param_buf, (const UINT8 *)"Encrypted text", SMP_ENCRYT_… in smp_encrypt_data() 541 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1", 16); in smp_gen_p1_4_confirm() 587 smp_debug_print_nbyte_little_endian(p2, (const UINT8 *)"p2", 16); in smp_gen_p2_4_confirm() 615 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1' = r XOR p1", 16); in smp_calculate_comfirm() 648 smp_debug_print_nbyte_little_endian (p->param_buf, (const UINT8 *)"C1", 16); in smp_calculate_comfirm_cont() 655 smp_debug_print_nbyte_little_endian ((UINT8 *)p2, (const UINT8 *)"p2' = C1 xor p2", 16); in smp_calculate_comfirm_cont() 694 smp_debug_print_nbyte_little_endian ((UINT8 *)p_cb->rand, (const UINT8 *)"local rand", 16); in smp_generate_confirm() [all …]
|
D | smp_act.c | 1965 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"addr_sent_to", in smp_set_local_oob_random_commitment() 1968 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"private_key_used", in smp_set_local_oob_random_commitment() 1971 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"publ_key_used.x", in smp_set_local_oob_random_commitment() 1974 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"publ_key_used.y", in smp_set_local_oob_random_commitment() 1977 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"randomizer", in smp_set_local_oob_random_commitment() 1980 smp_debug_print_nbyte_little_endian (p_print,(const UINT8 *) "commitment", in smp_set_local_oob_random_commitment()
|
D | smp_int.h | 533 extern void smp_debug_print_nbyte_little_endian (UINT8 *p, const UINT8 *key_name,
|