Lines Matching refs:ablkcipher_request
507 struct ablkcipher_request *req = in atmel_aes_complete()
982 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_start()
1012 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_ctr_transfer()
1077 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_ctr_start()
1093 static int atmel_aes_crypt(struct ablkcipher_request *req, unsigned long mode) in atmel_aes_crypt()
1158 static int atmel_aes_ecb_encrypt(struct ablkcipher_request *req) in atmel_aes_ecb_encrypt()
1163 static int atmel_aes_ecb_decrypt(struct ablkcipher_request *req) in atmel_aes_ecb_decrypt()
1168 static int atmel_aes_cbc_encrypt(struct ablkcipher_request *req) in atmel_aes_cbc_encrypt()
1173 static int atmel_aes_cbc_decrypt(struct ablkcipher_request *req) in atmel_aes_cbc_decrypt()
1178 static int atmel_aes_ofb_encrypt(struct ablkcipher_request *req) in atmel_aes_ofb_encrypt()
1183 static int atmel_aes_ofb_decrypt(struct ablkcipher_request *req) in atmel_aes_ofb_decrypt()
1188 static int atmel_aes_cfb_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb_encrypt()
1193 static int atmel_aes_cfb_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb_decrypt()
1198 static int atmel_aes_cfb64_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb64_encrypt()
1203 static int atmel_aes_cfb64_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb64_decrypt()
1208 static int atmel_aes_cfb32_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb32_encrypt()
1213 static int atmel_aes_cfb32_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb32_decrypt()
1218 static int atmel_aes_cfb16_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb16_encrypt()
1223 static int atmel_aes_cfb16_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb16_decrypt()
1228 static int atmel_aes_cfb8_encrypt(struct ablkcipher_request *req) in atmel_aes_cfb8_encrypt()
1233 static int atmel_aes_cfb8_decrypt(struct ablkcipher_request *req) in atmel_aes_cfb8_decrypt()
1238 static int atmel_aes_ctr_encrypt(struct ablkcipher_request *req) in atmel_aes_ctr_encrypt()
1243 static int atmel_aes_ctr_decrypt(struct ablkcipher_request *req) in atmel_aes_ctr_decrypt()
1863 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_xts_start()
1888 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_xts_process_data()
1938 static int atmel_aes_xts_encrypt(struct ablkcipher_request *req) in atmel_aes_xts_encrypt()
1943 static int atmel_aes_xts_decrypt(struct ablkcipher_request *req) in atmel_aes_xts_decrypt()