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

/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c305 struct crypto_cipher *tfm_aes; wusb_prf() local
198 wusb_ccm_mac(struct crypto_blkcipher *tfm_cbc, struct crypto_cipher *tfm_aes, void *mic, const struct aes_ccm_nonce *n, const struct aes_ccm_label *a, const void *b, size_t blen) wusb_ccm_mac() argument
/linux-4.1.27/net/bluetooth/
H A Dsmp.c84 struct crypto_blkcipher *tfm_aes; member in struct:smp_dev
123 struct crypto_blkcipher *tfm_aes; member in struct:smp_chan
406 static int smp_c1(struct crypto_blkcipher *tfm_aes, const u8 k[16], smp_c1() argument
447 static int smp_s1(struct crypto_blkcipher *tfm_aes, const u8 k[16], smp_s1() argument
3098 struct crypto_blkcipher *tfm_aes; smp_add_cid() local
3325 static int __init test_ah(struct crypto_blkcipher *tfm_aes) test_ah() argument
3345 static int __init test_c1(struct crypto_blkcipher *tfm_aes) test_c1() argument
3375 static int __init test_s1(struct crypto_blkcipher *tfm_aes) test_s1() argument
3571 static int __init run_selftests(struct crypto_blkcipher *tfm_aes, run_selftests() argument
3649 struct crypto_blkcipher *tfm_aes; bt_selftest_smp() local

Completed in 60 milliseconds