Home
last modified time | relevance | path

Searched refs:smp_calculate_comfirm (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/test/
Dstack_smp_test.cc90 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/
Dsmp_keys.cc340 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()