Lines Matching defs:req
119 struct ablkcipher_request *req; member
158 static int atmel_aes_sg_length(struct ablkcipher_request *req, in atmel_aes_sg_length()
298 struct ablkcipher_request *req = dd->req; in atmel_aes_finish_req() local
563 struct ablkcipher_request *req) in atmel_aes_handle_queue()
706 static int atmel_aes_crypt(struct ablkcipher_request *req, unsigned long mode) in atmel_aes_crypt()
840 static int atmel_aes_ecb_encrypt(struct ablkcipher_request *req) in atmel_aes_ecb_encrypt()
846 static int atmel_aes_ecb_decrypt(struct ablkcipher_request *req) in atmel_aes_ecb_decrypt()
852 static int atmel_aes_cbc_encrypt(struct ablkcipher_request *req) in atmel_aes_cbc_encrypt()
858 static int atmel_aes_cbc_decrypt(struct ablkcipher_request *req) in atmel_aes_cbc_decrypt()
864 static int atmel_aes_ofb_encrypt(struct ablkcipher_request *req) in atmel_aes_ofb_encrypt()
870 static int atmel_aes_ofb_decrypt(struct ablkcipher_request *req) in atmel_aes_ofb_decrypt()
876 static int atmel_aes_cfb_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb_encrypt()
882 static int atmel_aes_cfb_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb_decrypt()
888 static int atmel_aes_cfb64_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb64_encrypt()
894 static int atmel_aes_cfb64_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb64_decrypt()
900 static int atmel_aes_cfb32_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb32_encrypt()
906 static int atmel_aes_cfb32_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb32_decrypt()
912 static int atmel_aes_cfb16_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb16_encrypt()
918 static int atmel_aes_cfb16_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb16_decrypt()
924 static int atmel_aes_cfb8_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb8_encrypt()
930 static int atmel_aes_cfb8_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb8_decrypt()
936 static int atmel_aes_ctr_encrypt(struct ablkcipher_request *req) in atmel_aes_ctr_encrypt()
942 static int atmel_aes_ctr_decrypt(struct ablkcipher_request *req) in atmel_aes_ctr_decrypt()