Searched refs:dhkey (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/smp/ |
D | smp_keys.cc | 734 memcpy(p_cb->dhkey, new_publ_key.x, BT_OCTET32_LEN); in smp_compute_dhkey() 736 smp_debug_print_nbyte_little_endian(p_cb->dhkey, "Old DHKey", BT_OCTET32_LEN); in smp_compute_dhkey() 744 smp_debug_print_nbyte_little_endian(p_cb->dhkey, "Reverted DHKey", in smp_compute_dhkey()
|
D | smp_int.h | 278 BT_OCTET32 dhkey; member
|
D | smp_utils.cc | 1515 crypto_toolbox::f5(p_cb->dhkey, na, nb, a, b, &p_cb->mac_key, &p_cb->ltk); in smp_calculate_f5_mackey_and_long_term_key()
|