net/bluetooth/smp.c
206
err = smp_aes_cmac(x, m, sizeof(m), res);
net/bluetooth/smp.c
235
err = smp_aes_cmac(salt, w, 32, t);
net/bluetooth/smp.c
250
err = smp_aes_cmac(t, m, sizeof(m), mackey);
net/bluetooth/smp.c
258
err = smp_aes_cmac(t, m, sizeof(m), ltk);
net/bluetooth/smp.c
285
err = smp_aes_cmac(w, m, sizeof(m), res);
net/bluetooth/smp.c
308
err = smp_aes_cmac(x, m, sizeof(m), tmp);
net/bluetooth/smp.c
326
err = smp_aes_cmac(w, key_id, 4, res);
net/bluetooth/smp.c
341
err = smp_aes_cmac(salt, w, 16, res);