Lines Matching defs:req
117 struct ablkcipher_request *req; member
156 static int atmel_aes_sg_length(struct ablkcipher_request *req, in atmel_aes_sg_length()
292 struct ablkcipher_request *req = dd->req; in atmel_aes_finish_req() local
549 struct ablkcipher_request *req) in atmel_aes_handle_queue()
692 static int atmel_aes_crypt(struct ablkcipher_request *req, unsigned long mode) in atmel_aes_crypt()
829 static int atmel_aes_ecb_encrypt(struct ablkcipher_request *req) in atmel_aes_ecb_encrypt()
835 static int atmel_aes_ecb_decrypt(struct ablkcipher_request *req) in atmel_aes_ecb_decrypt()
841 static int atmel_aes_cbc_encrypt(struct ablkcipher_request *req) in atmel_aes_cbc_encrypt()
847 static int atmel_aes_cbc_decrypt(struct ablkcipher_request *req) in atmel_aes_cbc_decrypt()
853 static int atmel_aes_ofb_encrypt(struct ablkcipher_request *req) in atmel_aes_ofb_encrypt()
859 static int atmel_aes_ofb_decrypt(struct ablkcipher_request *req) in atmel_aes_ofb_decrypt()
865 static int atmel_aes_cfb_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb_encrypt()
871 static int atmel_aes_cfb_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb_decrypt()
877 static int atmel_aes_cfb64_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb64_encrypt()
883 static int atmel_aes_cfb64_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb64_decrypt()
889 static int atmel_aes_cfb32_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb32_encrypt()
895 static int atmel_aes_cfb32_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb32_decrypt()
901 static int atmel_aes_cfb16_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb16_encrypt()
907 static int atmel_aes_cfb16_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb16_decrypt()
913 static int atmel_aes_cfb8_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb8_encrypt()
919 static int atmel_aes_cfb8_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb8_decrypt()
925 static int atmel_aes_ctr_encrypt(struct ablkcipher_request *req) in atmel_aes_ctr_encrypt()
931 static int atmel_aes_ctr_decrypt(struct ablkcipher_request *req) in atmel_aes_ctr_decrypt()