Lines Matching defs:req
173 static int __maybe_unused ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
193 static int __maybe_unused ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
213 static int cbc_encrypt_walk(struct skcipher_request *req, in cbc_encrypt_walk()
231 static int __maybe_unused cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
242 static int cbc_decrypt_walk(struct skcipher_request *req, in cbc_decrypt_walk()
260 static int __maybe_unused cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
271 static int cts_cbc_encrypt(struct skcipher_request *req) in cts_cbc_encrypt()
328 static int cts_cbc_decrypt(struct skcipher_request *req) in cts_cbc_decrypt()
401 static int __maybe_unused essiv_cbc_encrypt(struct skcipher_request *req) in essiv_cbc_encrypt()
423 static int __maybe_unused essiv_cbc_decrypt(struct skcipher_request *req) in essiv_cbc_decrypt()
445 static int __maybe_unused ctr_encrypt(struct skcipher_request *req) in ctr_encrypt()
484 static int __maybe_unused xts_encrypt(struct skcipher_request *req) in xts_encrypt()
556 static int __maybe_unused xts_decrypt(struct skcipher_request *req) in xts_decrypt()