Home
last modified time | relevance | path

Searched refs:dhkey (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/smp/
Dsmp_keys.cc734 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()
Dsmp_int.h278 BT_OCTET32 dhkey; member
Dsmp_utils.cc1515 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()