Searched refs:rrand (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/smp/ |
D | smp_keys.cc | 427 smp_debug_print_nbyte_little_endian(p_cb->rrand, "peer rand", 16); in smp_generate_compare() 429 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare() 566 memcpy(text.data() + BT_OCTET8_LEN, p_cb->rrand.data(), BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key() 568 memcpy(text.data(), p_cb->rrand.data(), BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key() 795 p_cb->rrand, 0); in smp_calculate_peer_commitment() 801 p_cb->rrand, ri); in smp_calculate_peer_commitment() 833 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() 836 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() 882 p_cb->dhkey_check = crypto_toolbox::f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, in smp_calculate_local_dhkey_check() 907 Octet16 param_buf = crypto_toolbox::f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, in smp_calculate_peer_dhkey_check()
|
D | smp_int.h | 245 Octet16 rrand; /* for SC this is peer nonce */ member
|
D | smp_utils.cc | 1500 nb = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key() 1504 na = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
|
D | smp_act.cc | 652 STREAM_TO_ARRAY(p_cb->rrand.data(), p, OCTET16_LEN); in smp_proc_init() 672 STREAM_TO_ARRAY(p_cb->rrand.data(), p, OCTET16_LEN); in smp_proc_rand()
|