Home
last modified time | relevance | path

Searched refs:p_prnt (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1308 UINT8 *p_prnt = NULL; in smp_calculate_f4() local
1314 p_prnt = u; in smp_calculate_f4()
1315 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"U", BT_OCTET32_LEN); in smp_calculate_f4()
1316 p_prnt = v; in smp_calculate_f4()
1317 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"V", BT_OCTET32_LEN); in smp_calculate_f4()
1318 p_prnt = x; in smp_calculate_f4()
1319 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"X", BT_OCTET16_LEN); in smp_calculate_f4()
1320 p_prnt = &z; in smp_calculate_f4()
1321 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"Z", 1); in smp_calculate_f4()
1329 p_prnt = msg; in smp_calculate_f4()
[all …]