Searched refs:mac (Results 1 – 3 of 3) sorted by relevance
/system/extras/tests/net_test/ |
D | run_net_test.sh | 54 mac=$(printf fe:fd:00:00:00:%02x $id) 55 netconfig="$netconfig eth$id=tuntap,$tap,$mac"
|
/system/bt/stack/smp/ |
D | smp_int.h | 377 UINT8 mac_len, UINT8 *mac); 378 extern void smp_f4_calc_chk (UINT8 *U, UINT8 *V, UINT8 *X, UINT8 *Z, UINT8 *mac); 380 extern void smp_h6_calc_chk (UINT8 *key, UINT8 *key_id, UINT8 *mac); 381 extern void smp_f5_key_calc_chk (UINT8 *w, UINT8 *mac); 385 UINT8 *length, UINT8 *mac); 389 UINT8 *iocap, UINT8 *a1, UINT8 *a2, UINT8 *mac); 526 UINT8 *a2, UINT8 *length, UINT8 *mac);
|
D | smp_keys.c | 1606 UINT8 *length, UINT8 *mac) in smp_calculate_f5_mackey_or_long_term_key() argument 1670 p = mac; in smp_calculate_f5_mackey_or_long_term_key()
|