Lines Matching refs:skcipher_request
62 struct skcipher_request subreq;
65 static inline u8 *crypto_cts_reqctx_space(struct skcipher_request *req) in crypto_cts_reqctx_space()
94 struct skcipher_request *req = areq->data; in cts_cbc_crypt_done()
102 static int cts_cbc_encrypt(struct skcipher_request *req) in cts_cbc_encrypt()
106 struct skcipher_request *subreq = &rctx->subreq; in cts_cbc_encrypt()
134 struct skcipher_request *req = areq->data; in crypto_cts_encrypt_done()
147 static int crypto_cts_encrypt(struct skcipher_request *req) in crypto_cts_encrypt()
152 struct skcipher_request *subreq = &rctx->subreq; in crypto_cts_encrypt()
183 static int cts_cbc_decrypt(struct skcipher_request *req) in cts_cbc_decrypt()
187 struct skcipher_request *subreq = &rctx->subreq; in cts_cbc_decrypt()
228 struct skcipher_request *req = areq->data; in crypto_cts_decrypt_done()
241 static int crypto_cts_decrypt(struct skcipher_request *req) in crypto_cts_decrypt()
246 struct skcipher_request *subreq = &rctx->subreq; in crypto_cts_decrypt()