Searched defs:tfm_cmac (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/bluetooth/ | 
| D | smp.c | 92 	struct crypto_shash	*tfm_cmac;  member130 	struct crypto_shash	*tfm_cmac;  member
 213 static int smp_f4(struct crypto_shash *tfm_cmac, const u8 u[32],  in smp_f4()
 236 static int smp_f5(struct crypto_shash *tfm_cmac, const u8 w[32],  in smp_f5()
 289 static int smp_f6(struct crypto_shash *tfm_cmac, const u8 w[16],  in smp_f6()
 317 static int smp_g2(struct crypto_shash *tfm_cmac, const u8 u[32], const u8 v[32],  in smp_g2()
 343 static int smp_h6(struct crypto_shash *tfm_cmac, const u8 w[16],  in smp_h6()
 359 static int smp_h7(struct crypto_shash *tfm_cmac, const u8 w[16],  in smp_h7()
 3218 	struct crypto_shash *tfm_cmac;  in smp_add_cid()  local
 3630 static int __init test_f4(struct crypto_shash *tfm_cmac)  in test_f4()
 [all …]
 
 |