Lines Matching refs:skcipher_request
95 static int __ecb_crypt(struct skcipher_request *req, bool encrypt) in __ecb_crypt()
120 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
125 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
136 static int __cbc_crypt(struct skcipher_request *req, bool encrypt) in __cbc_crypt()
171 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
176 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
244 static int __ecb3_crypt(struct skcipher_request *req, bool encrypt) in __ecb3_crypt()
272 static int ecb3_encrypt(struct skcipher_request *req) in ecb3_encrypt()
277 static int ecb3_decrypt(struct skcipher_request *req) in ecb3_decrypt()
290 static int __cbc3_crypt(struct skcipher_request *req, bool encrypt) in __cbc3_crypt()
327 static int cbc3_encrypt(struct skcipher_request *req) in cbc3_encrypt()
332 static int cbc3_decrypt(struct skcipher_request *req) in cbc3_decrypt()