Lines Matching refs:ablkcipher_request
389 struct ablkcipher_request *req = dd->req; in omap_aes_finish_req()
410 struct ablkcipher_request *req) in omap_aes_handle_queue()
421 struct ablkcipher_request *req = container_of(areq, struct ablkcipher_request, base); in omap_aes_prepare_req()
476 struct ablkcipher_request *req = container_of(areq, struct ablkcipher_request, base); in omap_aes_crypt_req()
512 static int omap_aes_crypt(struct ablkcipher_request *req, unsigned long mode) in omap_aes_crypt()
578 static int omap_aes_ecb_encrypt(struct ablkcipher_request *req) in omap_aes_ecb_encrypt()
583 static int omap_aes_ecb_decrypt(struct ablkcipher_request *req) in omap_aes_ecb_decrypt()
588 static int omap_aes_cbc_encrypt(struct ablkcipher_request *req) in omap_aes_cbc_encrypt()
593 static int omap_aes_cbc_decrypt(struct ablkcipher_request *req) in omap_aes_cbc_decrypt()
598 static int omap_aes_ctr_encrypt(struct ablkcipher_request *req) in omap_aes_ctr_encrypt()
603 static int omap_aes_ctr_decrypt(struct ablkcipher_request *req) in omap_aes_ctr_decrypt()