Home
last modified time | relevance | path

Searched defs:tfm_aes (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/wusbcore/
Dcrypto.c199 struct crypto_cipher *tfm_aes, void *mic, in wusb_ccm_mac()
305 struct crypto_cipher *tfm_aes; in wusb_prf() local
/linux-4.1.27/net/bluetooth/
Dsmp.c84 struct crypto_blkcipher *tfm_aes; member
123 struct crypto_blkcipher *tfm_aes; member
406 static int smp_c1(struct crypto_blkcipher *tfm_aes, const u8 k[16], in smp_c1()
447 static int smp_s1(struct crypto_blkcipher *tfm_aes, const u8 k[16], in smp_s1()
3098 struct crypto_blkcipher *tfm_aes; in smp_add_cid() local
3325 static int __init test_ah(struct crypto_blkcipher *tfm_aes) in test_ah()
3345 static int __init test_c1(struct crypto_blkcipher *tfm_aes) in test_c1()
3375 static int __init test_s1(struct crypto_blkcipher *tfm_aes) in test_s1()
3571 static int __init run_selftests(struct crypto_blkcipher *tfm_aes, in run_selftests()
3649 struct crypto_blkcipher *tfm_aes; in bt_selftest_smp() local