Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c757 smp_debug_print_nbyte_little_endian ((UINT8 *)p_cb->rrand, (const UINT8 *)"peer rand", 16); in smp_generate_compare()
758 smp_calculate_comfirm(p_cb, p_cb->rrand, p_cb->local_bda); in smp_generate_compare()
973 memcpy(&p[BT_OCTET8_LEN], p_cb->rrand, BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key()
975 memcpy(p, p_cb->rrand, BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key()
1258 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, 0, in smp_calculate_peer_commitment()
1264 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, ri, in smp_calculate_peer_commitment()
1368 p_cb->rrand); in smp_calculate_numeric_comparison_display_number()
1371 smp_calculate_g2(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, in smp_calculate_numeric_comparison_display_number()
1804 smp_calculate_f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, p_cb->peer_random, iocap, a, b, in smp_calculate_local_dhkey_check()
1833 ret = smp_calculate_f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, p_cb->local_random, iocap, in smp_calculate_peer_dhkey_check()
Dsmp_utils.c1587 p_nb = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
1591 p_na = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
Dsmp_act.c718 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN);
739 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); in smp_proc_rand()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h284 BT_OCTET16 rrand; /* for SC this is peer nonce */ member