Lines Matching refs:skcipher_request
97 static int __ecb_crypt(struct skcipher_request *req, in __ecb_crypt()
126 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
131 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
158 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
181 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
228 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt()
309 static int ctr_encrypt_sync(struct skcipher_request *req) in ctr_encrypt_sync()
317 static int __xts_crypt(struct skcipher_request *req, bool encrypt, in __xts_crypt()
325 struct skcipher_request subreq; in __xts_crypt()
422 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt()
427 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()