Lines Matching refs:skcipher_request
88 static int __ecb_crypt(struct skcipher_request *req, in __ecb_crypt()
117 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
122 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
148 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
150 struct skcipher_request *subreq = skcipher_request_ctx(req); in cbc_encrypt()
164 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
202 reqsize = sizeof(struct skcipher_request); in cbc_init()
235 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt()
285 static int ctr_encrypt_sync(struct skcipher_request *req) in ctr_encrypt_sync()
337 static int __xts_crypt(struct skcipher_request *req, bool encrypt, in __xts_crypt()
344 struct skcipher_request subreq; in __xts_crypt()
409 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt()
414 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()