Lines Matching defs:tfm_cmac
92 struct crypto_shash *tfm_cmac; member
130 struct crypto_shash *tfm_cmac; member
209 static int smp_f4(struct crypto_shash *tfm_cmac, const u8 u[32], in smp_f4()
232 static int smp_f5(struct crypto_shash *tfm_cmac, const u8 w[32], in smp_f5()
285 static int smp_f6(struct crypto_shash *tfm_cmac, const u8 w[16], in smp_f6()
313 static int smp_g2(struct crypto_shash *tfm_cmac, const u8 u[32], const u8 v[32], in smp_g2()
339 static int smp_h6(struct crypto_shash *tfm_cmac, const u8 w[16], in smp_h6()
355 static int smp_h7(struct crypto_shash *tfm_cmac, const u8 w[16], in smp_h7()
3275 struct crypto_shash *tfm_cmac; in smp_add_cid() local
3594 static int __init test_f4(struct crypto_shash *tfm_cmac) in test_f4()
3626 static int __init test_f5(struct crypto_shash *tfm_cmac) in test_f5()
3663 static int __init test_f6(struct crypto_shash *tfm_cmac) in test_f6()
3696 static int __init test_g2(struct crypto_shash *tfm_cmac) in test_g2()
3728 static int __init test_h6(struct crypto_shash *tfm_cmac) in test_h6()
3765 static int __init run_selftests(struct crypto_shash *tfm_cmac, in run_selftests()
3849 struct crypto_shash *tfm_cmac; in bt_selftest_smp() local