Lines Matching defs:tfm

201 static int __test_hash(struct crypto_ahash *tfm, struct hash_testvec *template,  in __test_hash()
400 static int test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, in test_hash()
427 static int __test_aead(struct crypto_aead *tfm, int enc, in __test_aead()
817 static int test_aead(struct crypto_aead *tfm, int enc, in test_aead()
850 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher()
925 static int __test_skcipher(struct crypto_skcipher *tfm, int enc, in __test_skcipher()
1183 static int test_skcipher(struct crypto_skcipher *tfm, int enc, in test_skcipher()
1216 static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate, in test_comp()
1296 static int test_pcomp(struct crypto_pcomp *tfm, in test_pcomp()
1473 static int test_cprng(struct crypto_rng *tfm, struct cprng_testvec *template, in test_cprng()
1537 struct crypto_aead *tfm; in alg_test_aead() local
1566 struct crypto_cipher *tfm; in alg_test_cipher() local
1595 struct crypto_skcipher *tfm; in alg_test_skcipher() local
1624 struct crypto_comp *tfm; in alg_test_comp() local
1646 struct crypto_pcomp *tfm; in alg_test_pcomp() local
1668 struct crypto_ahash *tfm; in alg_test_hash() local
1691 struct crypto_shash *tfm; in alg_test_crc32c() local
1849 static int do_test_rsa(struct crypto_akcipher *tfm, in do_test_rsa()
1963 static int test_rsa(struct crypto_akcipher *tfm, struct akcipher_testvec *vecs, in test_rsa()
1979 static int test_akcipher(struct crypto_akcipher *tfm, const char *alg, in test_akcipher()
1991 struct crypto_akcipher *tfm; in alg_test_akcipher() local