Searched refs:smp_calculate_f6 (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/smp/ |
D | smp_keys.c | 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() 1828 BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap, UINT8 *a1, in smp_calculate_f6() function
|
D | smp_int.h | 529 extern BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap,
|