Lines Matching defs:tfm_cmac
91 struct crypto_hash *tfm_cmac; member
130 struct crypto_hash *tfm_cmac; member
223 static int smp_f4(struct crypto_hash *tfm_cmac, const u8 u[32], const u8 v[32], in smp_f4()
246 static int smp_f5(struct crypto_hash *tfm_cmac, const u8 w[32], in smp_f5()
299 static int smp_f6(struct crypto_hash *tfm_cmac, const u8 w[16], in smp_f6()
327 static int smp_g2(struct crypto_hash *tfm_cmac, const u8 u[32], const u8 v[32], in smp_g2()
353 static int smp_h6(struct crypto_hash *tfm_cmac, const u8 w[16], in smp_h6()
3131 struct crypto_hash *tfm_cmac; in smp_add_cid() local
3527 static int __init test_f4(struct crypto_hash *tfm_cmac) in test_f4()
3559 static int __init test_f5(struct crypto_hash *tfm_cmac) in test_f5()
3596 static int __init test_f6(struct crypto_hash *tfm_cmac) in test_f6()
3629 static int __init test_g2(struct crypto_hash *tfm_cmac) in test_g2()
3661 static int __init test_h6(struct crypto_hash *tfm_cmac) in test_h6()
3699 struct crypto_hash *tfm_cmac) in run_selftests()
3777 struct crypto_hash *tfm_cmac; in bt_selftest_smp() local