Lines Matching refs:skcipher_request
177 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt()
197 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt()
217 static int cbc_encrypt_walk(struct skcipher_request *req, in cbc_encrypt_walk()
236 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt()
247 static int cbc_decrypt_walk(struct skcipher_request *req, in cbc_decrypt_walk()
266 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt()
277 static int cts_cbc_encrypt(struct skcipher_request *req) in cts_cbc_encrypt()
284 struct skcipher_request subreq; in cts_cbc_encrypt()
335 static int cts_cbc_decrypt(struct skcipher_request *req) in cts_cbc_decrypt()
342 struct skcipher_request subreq; in cts_cbc_decrypt()
393 static int ctr_encrypt(struct skcipher_request *req) in ctr_encrypt()
446 static int ctr_encrypt_sync(struct skcipher_request *req) in ctr_encrypt_sync()
454 static int xts_encrypt(struct skcipher_request *req) in xts_encrypt()
461 struct skcipher_request subreq; in xts_encrypt()
526 static int xts_decrypt(struct skcipher_request *req) in xts_decrypt()
533 struct skcipher_request subreq; in xts_decrypt()