Searched refs:mac_key (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/smp/ |
D | smp_int.h | 320 BT_OCTET16 mac_key; member 390 UINT8 *mac_key, UINT8 *ltk); 527 UINT8 *mac_key, UINT8 *ltk);
|
D | smp_keys.c | 1480 UINT8 *mac_key, UINT8 *ltk) in smp_calculate_f5() argument 1529 length, mac_key)) in smp_calculate_f5() 1535 p_prnt = mac_key; in smp_calculate_f5() 1755 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() 1784 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 | 1518 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()
|