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()
90 struct skcipher_request *req = areq->data; in cts_cbc_crypt_done()
98 static int cts_cbc_encrypt(struct skcipher_request *req) in cts_cbc_encrypt()
102 struct skcipher_request *subreq = &rctx->subreq; in cts_cbc_encrypt()
130 struct skcipher_request *req = areq->data; in crypto_cts_encrypt_done()
143 static int crypto_cts_encrypt(struct skcipher_request *req) in crypto_cts_encrypt()
148 struct skcipher_request *subreq = &rctx->subreq; in crypto_cts_encrypt()
179 static int cts_cbc_decrypt(struct skcipher_request *req) in cts_cbc_decrypt()
183 struct skcipher_request *subreq = &rctx->subreq; in cts_cbc_decrypt()
224 struct skcipher_request *req = areq->data; in crypto_cts_decrypt_done()
237 static int crypto_cts_decrypt(struct skcipher_request *req) in crypto_cts_decrypt()
242 struct skcipher_request *subreq = &rctx->subreq; in crypto_cts_decrypt()