Lines Matching refs:skcipher_request
85 static int __ecb_crypt(struct skcipher_request *req, in __ecb_crypt()
114 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
119 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
145 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
147 struct skcipher_request *subreq = skcipher_request_ctx(req); in cbc_encrypt()
161 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
198 reqsize = sizeof(struct skcipher_request); in cbc_init()
231 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt()
288 static int ctr_encrypt_sync(struct skcipher_request *req) in ctr_encrypt_sync()
340 static int __xts_crypt(struct skcipher_request *req, bool encrypt, in __xts_crypt()
347 struct skcipher_request subreq; in __xts_crypt()
412 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt()
417 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()