Lines Matching defs:req

307 	struct skcipher_request		*req;  member
482 struct skcipher_request *req = dev->req; in s5p_sg_done() local
502 static void s5p_aes_complete(struct skcipher_request *req, int err) in s5p_aes_complete()
664 struct skcipher_request *req; in s5p_aes_interrupt() local
787 static void s5p_hash_read_msg(struct ahash_request *req) in s5p_hash_read_msg()
817 static void s5p_hash_write_iv(struct ahash_request *req) in s5p_hash_write_iv()
828 static void s5p_hash_copy_result(struct ahash_request *req) in s5p_hash_copy_result()
1215 static int s5p_hash_prepare_request(struct ahash_request *req, bool update) in s5p_hash_prepare_request()
1312 static void s5p_hash_finish(struct ahash_request *req) in s5p_hash_finish()
1328 static void s5p_hash_finish_req(struct ahash_request *req, int err) in s5p_hash_finish_req()
1374 struct ahash_request *req) in s5p_hash_handle_queue()
1488 static int s5p_hash_enqueue(struct ahash_request *req, bool op) in s5p_hash_enqueue()
1507 static int s5p_hash_update(struct ahash_request *req) in s5p_hash_update()
1547 static int s5p_hash_final(struct ahash_request *req) in s5p_hash_final()
1571 static int s5p_hash_finup(struct ahash_request *req) in s5p_hash_finup()
1598 static int s5p_hash_init(struct ahash_request *req) in s5p_hash_init()
1642 static int s5p_hash_digest(struct ahash_request *req) in s5p_hash_digest()
1699 static int s5p_hash_export(struct ahash_request *req, void *out) in s5p_hash_export()
1713 static int s5p_hash_import(struct ahash_request *req, const void *in) in s5p_hash_import()
1847 struct skcipher_request *req) in s5p_set_indata_start()
1874 struct skcipher_request *req) in s5p_set_outdata_start()
1902 struct skcipher_request *req = dev->req; in s5p_aes_crypt_start() local
2006 struct skcipher_request *req) in s5p_aes_handle_req()
2026 static int s5p_aes_crypt(struct skcipher_request *req, unsigned long mode) in s5p_aes_crypt()
2064 static int s5p_aes_ecb_encrypt(struct skcipher_request *req) in s5p_aes_ecb_encrypt()
2069 static int s5p_aes_ecb_decrypt(struct skcipher_request *req) in s5p_aes_ecb_decrypt()
2074 static int s5p_aes_cbc_encrypt(struct skcipher_request *req) in s5p_aes_cbc_encrypt()
2079 static int s5p_aes_cbc_decrypt(struct skcipher_request *req) in s5p_aes_cbc_decrypt()
2084 static int s5p_aes_ctr_crypt(struct skcipher_request *req) in s5p_aes_ctr_crypt()