Lines Matching defs:req
83 static void tcrypt_complete(struct crypto_async_request *req, int err) in tcrypt_complete()
164 static inline int do_one_aead_op(struct aead_request *req, int ret) in do_one_aead_op()
178 static int test_aead_jiffies(struct aead_request *req, int enc, in test_aead_jiffies()
201 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles()
310 struct aead_request *req; in test_aead_speed() local
789 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op()
801 static int test_ahash_jiffies_digest(struct ahash_request *req, int blen, in test_ahash_jiffies_digest()
821 static int test_ahash_jiffies(struct ahash_request *req, int blen, in test_ahash_jiffies()
853 static int test_ahash_cycles_digest(struct ahash_request *req, int blen, in test_ahash_cycles_digest()
891 static int test_ahash_cycles(struct ahash_request *req, int blen, in test_ahash_cycles()
953 struct ahash_request *req; in test_ahash_speed() local
1024 static inline int do_one_acipher_op(struct ablkcipher_request *req, int ret) in do_one_acipher_op()
1037 static int test_acipher_jiffies(struct ablkcipher_request *req, int enc, in test_acipher_jiffies()
1062 static int test_acipher_cycles(struct ablkcipher_request *req, int enc, in test_acipher_cycles()
1117 struct ablkcipher_request *req; in test_acipher_speed() local