Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_keys.c1136 memcpy(p_cb->dhkey, new_publ_key.x, BT_OCTET32_LEN); in smp_compute_dhkey()
1138 smp_debug_print_nbyte_little_endian (p_cb->dhkey, (const UINT8 *)"Old DHKey", in smp_compute_dhkey()
1147 smp_debug_print_nbyte_little_endian (p_cb->dhkey, (const UINT8 *)"Reverted DHKey", in smp_compute_dhkey()
Dsmp_int.h293 BT_OCTET32 dhkey; member
Dsmp_utils.c1524 if(!smp_calculate_f5(p_cb->dhkey, p_na, p_nb, a, b, p_cb->mac_key, p_cb->ltk)) in smp_calculate_f5_mackey_and_long_term_key()