Lines Matching refs:crypto_blkcipher
90 struct crypto_blkcipher *tfm_aes;
129 struct crypto_blkcipher *tfm_aes;
373 static int smp_e(struct crypto_blkcipher *tfm, const u8 *k, u8 *r) in smp_e()
416 static int smp_c1(struct crypto_blkcipher *tfm_aes, const u8 k[16], in smp_c1()
465 static int smp_s1(struct crypto_blkcipher *tfm_aes, const u8 k[16], in smp_s1()
481 static int smp_ah(struct crypto_blkcipher *tfm, const u8 irk[16], in smp_ah()
3130 struct crypto_blkcipher *tfm_aes; in smp_add_cid()
3452 static int __init test_ah(struct crypto_blkcipher *tfm_aes) in test_ah()
3472 static int __init test_c1(struct crypto_blkcipher *tfm_aes) in test_c1()
3502 static int __init test_s1(struct crypto_blkcipher *tfm_aes) in test_s1()
3698 static int __init run_selftests(struct crypto_blkcipher *tfm_aes, in run_selftests()
3776 struct crypto_blkcipher *tfm_aes; in bt_selftest_smp()