Lines Matching refs:skcipher_request
86 static int __ecb_crypt(struct skcipher_request *req, in __ecb_crypt()
115 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
120 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
152 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
157 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
220 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt()
277 static int ctr_encrypt_sync(struct skcipher_request *req) in ctr_encrypt_sync()
329 static int __xts_crypt(struct skcipher_request *req, bool encrypt, in __xts_crypt()
336 struct skcipher_request subreq; in __xts_crypt()
401 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt()
406 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()