Lines Matching defs:req
400 struct skcipher_request *req = dd->req; in omap_aes_finish_req() local
421 struct skcipher_request *req) in omap_aes_handle_queue()
432 struct skcipher_request *req = container_of(areq, struct skcipher_request, base); in omap_aes_prepare_req() local
487 struct skcipher_request *req = container_of(areq, struct skcipher_request, base); in omap_aes_crypt_req() local
535 static int omap_aes_crypt(struct skcipher_request *req, unsigned long mode) in omap_aes_crypt()
602 static int omap_aes_ecb_encrypt(struct skcipher_request *req) in omap_aes_ecb_encrypt()
607 static int omap_aes_ecb_decrypt(struct skcipher_request *req) in omap_aes_ecb_decrypt()
612 static int omap_aes_cbc_encrypt(struct skcipher_request *req) in omap_aes_cbc_encrypt()
617 static int omap_aes_cbc_decrypt(struct skcipher_request *req) in omap_aes_cbc_decrypt()
622 static int omap_aes_ctr_encrypt(struct skcipher_request *req) in omap_aes_ctr_encrypt()
627 static int omap_aes_ctr_decrypt(struct skcipher_request *req) in omap_aes_ctr_decrypt()