Lines Matching defs:req
87 static void tcrypt_complete(struct crypto_async_request *req, int err) in tcrypt_complete()
98 static inline int do_one_aead_op(struct aead_request *req, int ret) in do_one_aead_op()
112 static int test_aead_jiffies(struct aead_request *req, int enc, in test_aead_jiffies()
135 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles()
242 struct aead_request *req; in test_aead_speed() local
402 static inline int do_one_ahash_op(struct ahash_request *req, int ret) in do_one_ahash_op()
417 struct ahash_request *req; member
535 static int test_ahash_jiffies_digest(struct ahash_request *req, int blen, in test_ahash_jiffies_digest()
555 static int test_ahash_jiffies(struct ahash_request *req, int blen, in test_ahash_jiffies()
587 static int test_ahash_cycles_digest(struct ahash_request *req, int blen, in test_ahash_cycles_digest()
625 static int test_ahash_cycles(struct ahash_request *req, int blen, in test_ahash_cycles()
687 struct ahash_request *req; in test_ahash_speed_common() local
773 static inline int do_one_acipher_op(struct skcipher_request *req, int ret) in do_one_acipher_op()
786 static int test_acipher_jiffies(struct skcipher_request *req, int enc, in test_acipher_jiffies()
811 static int test_acipher_cycles(struct skcipher_request *req, int enc, in test_acipher_cycles()
866 struct skcipher_request *req; in test_skcipher_speed() local