Searched refs:rrand (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/smp/ |
D | smp_keys.cc | 449 smp_debug_print_nbyte_little_endian(p_cb->rrand, "peer rand", 16); in smp_generate_compare() 451 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare() 591 memcpy(text.data() + BT_OCTET8_LEN, p_cb->rrand.data(), BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key() 593 memcpy(text.data(), p_cb->rrand.data(), BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key() 799 p_cb->rrand, 0); in smp_calculate_peer_commitment() 805 p_cb->rrand, ri); in smp_calculate_peer_commitment() 837 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() 840 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() 886 p_cb->dhkey_check = crypto_toolbox::f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, in smp_calculate_local_dhkey_check() 911 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 | 1507 nb = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key() 1511 na = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
|
D | smp_int.h | 275 Octet16 rrand; /* for SC this is peer nonce */ member
|
D | smp_act.cc | 641 STREAM_TO_ARRAY(p_cb->rrand.data(), p, OCTET16_LEN); in smp_proc_init() 661 STREAM_TO_ARRAY(p_cb->rrand.data(), p, OCTET16_LEN); in smp_proc_rand()
|