Searched refs:p_print (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 1883 UINT8 *p_print = NULL; in smp_calculate_f6() local 1888 p_print = w; in smp_calculate_f6() 1889 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"W", BT_OCTET16_LEN); in smp_calculate_f6() 1890 p_print = n1; in smp_calculate_f6() 1891 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"N1", BT_OCTET16_LEN); in smp_calculate_f6() 1892 p_print = n2; in smp_calculate_f6() 1893 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"N2", BT_OCTET16_LEN); in smp_calculate_f6() 1894 p_print = r; in smp_calculate_f6() 1895 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"R", BT_OCTET16_LEN); in smp_calculate_f6() 1896 p_print = iocap; in smp_calculate_f6() [all …]
|
D | smp_act.c | 1953 UINT8 *p_print = NULL; in smp_set_local_oob_random_commitment() local 1955 p_print = (UINT8 *) &p_cb->sc_oob_data.loc_oob_data.addr_sent_to; in smp_set_local_oob_random_commitment() 1956 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"addr_sent_to", in smp_set_local_oob_random_commitment() 1958 p_print = (UINT8 *) &p_cb->sc_oob_data.loc_oob_data.private_key_used; in smp_set_local_oob_random_commitment() 1959 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"private_key_used", in smp_set_local_oob_random_commitment() 1961 p_print = (UINT8 *) &p_cb->sc_oob_data.loc_oob_data.publ_key_used.x; in smp_set_local_oob_random_commitment() 1962 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"publ_key_used.x", in smp_set_local_oob_random_commitment() 1964 p_print = (UINT8 *) &p_cb->sc_oob_data.loc_oob_data.publ_key_used.y; in smp_set_local_oob_random_commitment() 1965 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"publ_key_used.y", in smp_set_local_oob_random_commitment() 1967 p_print = (UINT8 *) &p_cb->sc_oob_data.loc_oob_data.randomizer; in smp_set_local_oob_random_commitment() [all …]
|