Searched refs:mac_key (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/smp/ |
D | smp_int.h | 319 BT_OCTET16 mac_key; member 387 UINT8 *mac_key, UINT8 *ltk); 523 UINT8 *mac_key, UINT8 *ltk);
|
D | smp_keys.c | 1499 UINT8 *mac_key, UINT8 *ltk) in smp_calculate_f5() argument 1548 length, mac_key)) in smp_calculate_f5() 1554 p_prnt = mac_key; in smp_calculate_f5() 1774 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() 1803 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()
|
D | smp_utils.c | 1524 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()
|