Searched refs:smp_calculate_g2 (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/smp/ |
D | smp_keys.c | 1310 smp_calculate_g2(p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, p_cb->rand, in smp_calculate_numeric_comparison_display_number() 1316 smp_calculate_g2(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, in smp_calculate_numeric_comparison_display_number() 1357 UINT32 smp_calculate_g2(UINT8 *u, UINT8 *v, UINT8 *x, UINT8 *y) in smp_calculate_g2() function
|
D | smp_int.h | 525 extern UINT32 smp_calculate_g2(UINT8 *u, UINT8 *v, UINT8 *x, UINT8 *y);
|