Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h314 BT_OCTET16 mac_key; member
386 UINT8 *mac_key, UINT8 *ltk);
522 UINT8 *mac_key, UINT8 *ltk);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1487 UINT8 *mac_key, UINT8 *ltk) in smp_calculate_f5() argument
1535 length, mac_key)) { in smp_calculate_f5()
1540 p_prnt = mac_key; in smp_calculate_f5()
1757 smp_calculate_f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, p_cb->peer_random, iocap, a, b, in smp_calculate_local_dhkey_check()
1786 ret = smp_calculate_f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, p_cb->local_random, iocap, in smp_calculate_peer_dhkey_check()
Dsmp_utils.c1594 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()