Searched refs:rrand (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 439 smp_debug_print_nbyte_little_endian(p_cb->rrand, "peer rand", 16); in smp_generate_compare() 441 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare() 581 memcpy(text.data() + BT_OCTET8_LEN, p_cb->rrand.data(), BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key() 583 memcpy(text.data(), p_cb->rrand.data(), BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key() 832 p_cb->rrand, 0); in smp_calculate_peer_commitment() 838 p_cb->rrand, ri); in smp_calculate_peer_commitment() 869 p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, p_cb->rand, p_cb->rrand); in smp_calculate_numeric_comparison_display_number() 872 p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, p_cb->rand); in smp_calculate_numeric_comparison_display_number() 917 p_cb->dhkey_check = crypto_toolbox::f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, in smp_calculate_local_dhkey_check() 941 Octet16 param_buf = crypto_toolbox::f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, in smp_calculate_peer_dhkey_check()
|
D | smp_utils.cc | 1591 nb = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key() 1595 na = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
|
D | smp_int.h | 301 Octet16 rrand; /* for SC this is peer nonce */ variable
|
D | smp_act.cc | 706 STREAM_TO_ARRAY(p_cb->rrand.data(), p, OCTET16_LEN); in smp_proc_rand()
|