Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h526 extern BOOLEAN smp_calculate_f5_key(UINT8 *w, UINT8 *t);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1525 if (!smp_calculate_f5_key(w, t)) { in smp_calculate_f5()
1678 BOOLEAN smp_calculate_f5_key(UINT8 *w, UINT8 *t) in smp_calculate_f5_key() function