Lines Matching defs:req
145 static int test_aead_jiffies(struct aead_request *req, int enc, in test_aead_jiffies()
168 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles()
277 struct aead_request *req; in test_aead_speed() local
756 static void tcrypt_complete(struct crypto_async_request *req, int err) in tcrypt_complete()
767 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op()
779 static int test_ahash_jiffies_digest(struct ahash_request *req, int blen, in test_ahash_jiffies_digest()
799 static int test_ahash_jiffies(struct ahash_request *req, int blen, in test_ahash_jiffies()
831 static int test_ahash_cycles_digest(struct ahash_request *req, int blen, in test_ahash_cycles_digest()
869 static int test_ahash_cycles(struct ahash_request *req, int blen, in test_ahash_cycles()
931 struct ahash_request *req; in test_ahash_speed() local
995 static inline int do_one_acipher_op(struct ablkcipher_request *req, int ret) in do_one_acipher_op()
1008 static int test_acipher_jiffies(struct ablkcipher_request *req, int enc, in test_acipher_jiffies()
1033 static int test_acipher_cycles(struct ablkcipher_request *req, int enc, in test_acipher_cycles()
1088 struct ablkcipher_request *req; in test_acipher_speed() local