Searched refs:smp_calculate_comfirm (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/test/ |
D | stack_smp_test.cc | 90 extern tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand, 203 tSMP_STATUS status = smp_calculate_comfirm(&p_cb_, rand_, &output); in TEST_F()
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 340 tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand, in smp_calculate_comfirm() function 387 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rand, &output); in smp_generate_confirm() 451 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare()
|