Home
last modified time | relevance | path

Searched refs:skcipher_request_ctx (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c72 struct rk_cipher_rctx *rctx = skcipher_request_ctx(areq); in rk_cipher_fallback()
93 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_cipher_handle_req()
157 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_aes_ecb_encrypt()
165 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_aes_ecb_decrypt()
173 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_aes_cbc_encrypt()
181 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_aes_cbc_decrypt()
189 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_des_ecb_encrypt()
197 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_des_ecb_decrypt()
205 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_des_cbc_encrypt()
213 struct rk_cipher_rctx *rctx = skcipher_request_ctx(req); in rk_des_cbc_decrypt()
[all …]
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c21 struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq); in sun4i_ss_opti_poll()
152 struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq); in sun4i_ss_cipher_poll_fallback()
185 struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq); in sun4i_ss_cipher_poll()
401 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_aes_encrypt()
412 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_aes_decrypt()
424 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_aes_encrypt()
435 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_aes_decrypt()
447 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des_encrypt()
458 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des_decrypt()
470 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_des_encrypt()
[all …]
/linux/drivers/crypto/marvell/cesa/
H A Dcipher.c61 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_dma_cleanup()
77 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_cleanup()
88 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_step()
129 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_process()
149 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_process()
161 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_step()
172 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_dma_prepare()
181 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req); in mv_cesa_skcipher_std_prepare()
192 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_prepare()
214 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq); in mv_cesa_skcipher_complete()
[all …]
/linux/crypto/
H A Dxts.c85 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_xor_tweak()
149 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_cts_done()
165 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_cts_final()
204 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_encrypt_done()
224 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_decrypt_done()
244 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_init_crypt()
263 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_encrypt()
280 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_decrypt()
H A Dlrw.c145 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_xor_tweak()
213 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_crypt_done()
226 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_init_crypt()
245 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_encrypt()
256 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_decrypt()
H A Dcts.c67 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_reqctx_space()
100 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_encrypt()
146 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_encrypt()
181 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_decrypt()
240 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_decrypt()
H A Dhctr2.c138 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_hash_tweak()
157 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_hash_message()
182 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_finish()
213 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_crypt()
H A Dsimd.c69 subreq = skcipher_request_ctx(req); in simd_skcipher_encrypt()
90 subreq = skcipher_request_ctx(req); in simd_skcipher_decrypt()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c53 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_src_sglist()
60 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in free_dst_sglist()
82 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_cbc_cipher_callback()
210 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_src_sglist()
228 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in alloc_dst_sglist()
251 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_skcipher_crypt()
292 struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq); in nitrox_cbc_decrypt()
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c29 struct aspeed_cipher_reqctx *rctx = skcipher_request_ctx(areq); in aspeed_crypto_do_fallback()
50 struct aspeed_cipher_reqctx *rctx = skcipher_request_ctx(areq); in aspeed_crypto_need_fallback()
109 rctx = skcipher_request_ctx(req); in aspeed_sk_complete()
138 rctx = skcipher_request_ctx(req); in aspeed_sk_transfer_sg()
160 rctx = skcipher_request_ctx(req); in aspeed_sk_transfer()
189 rctx = skcipher_request_ctx(req); in aspeed_sk_start()
235 rctx = skcipher_request_ctx(req); in aspeed_sk_start_sg()
373 rctx = skcipher_request_ctx(req); in aspeed_hace_skcipher_trigger()
408 struct aspeed_cipher_reqctx *rctx = skcipher_request_ctx(req); in aspeed_des_crypt()
538 struct aspeed_cipher_reqctx *rctx = skcipher_request_ctx(req); in aspeed_aes_crypt()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-cipher.c25 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_handle_result()
36 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_send_req()
138 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_crypt()
177 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_encrypt()
190 struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req); in eip93_skcipher_decrypt()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c109 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_fallback()
140 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_prepare()
316 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_unprepare()
352 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(req); in sun8i_ce_cipher_do_one()
381 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skdecrypt()
400 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skencrypt()
/linux/drivers/crypto/ti/
H A Ddthev2-aes.c257 struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req); in dthe_aes_dma_in_callback()
267 struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req); in dthe_aes_run()
403 struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req); in dthe_aes_crypt()
443 struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req); in dthe_aes_encrypt()
451 struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req); in dthe_aes_decrypt()
/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c107 struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sl3516_ce_cipher_fallback()
132 struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sl3516_ce_cipher()
282 struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sl3516_ce_skdecrypt()
300 struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sl3516_ce_skencrypt()
/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c62 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_cipher_do_fallback()
88 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_cipher()
278 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_skdecrypt()
296 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_skencrypt()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c93 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher_fallback()
125 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_setup_ivs()
188 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher()
349 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skdecrypt()
370 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skencrypt()
/linux/include/crypto/internal/
H A Dskcipher.h252 static inline void *skcipher_request_ctx(struct skcipher_request *req) in skcipher_request_ctx() function
264 return PTR_ALIGN(skcipher_request_ctx(req), align); in skcipher_request_ctx_dma()
/linux/arch/s390/crypto/
H A Dpaes_s390.c458 struct s390_pecb_req_ctx *req_ctx = skcipher_request_ctx(req); in ecb_paes_crypt()
540 struct s390_pecb_req_ctx *req_ctx = skcipher_request_ctx(req); in ecb_paes_do_one_request()
724 struct s390_pcbc_req_ctx *req_ctx = skcipher_request_ctx(req); in cbc_paes_crypt()
806 struct s390_pcbc_req_ctx *req_ctx = skcipher_request_ctx(req); in cbc_paes_do_one_request()
1043 struct s390_pctr_req_ctx *req_ctx = skcipher_request_ctx(req); in ctr_paes_crypt()
1114 struct s390_pctr_req_ctx *req_ctx = skcipher_request_ctx(req); in ctr_paes_do_one_request()
1475 struct s390_pxts_req_ctx *req_ctx = skcipher_request_ctx(req); in xts_paes_crypt()
1557 struct s390_pxts_req_ctx *req_ctx = skcipher_request_ctx(req); in xts_paes_do_one_request()
/linux/drivers/crypto/qce/
H A Dskcipher.c31 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_done()
67 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_async_req_handle()
260 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_crypt()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c469 skcipher_request_ctx(req); in virtio_crypto_skcipher_encrypt()
492 skcipher_request_ctx(req); in virtio_crypto_skcipher_decrypt()
535 skcipher_request_ctx(req); in virtio_crypto_skcipher_crypt_req()
/linux/arch/powerpc/crypto/
H A Daes_cbc.c84 struct skcipher_request *subreq = skcipher_request_ctx(req); in p8_aes_cbc_crypt()
H A Daes_ctr.c103 struct skcipher_request *subreq = skcipher_request_ctx(req); in p8_aes_ctr_crypt()
H A Daes_xts.c95 struct skcipher_request *subreq = skcipher_request_ctx(req); in p8_aes_xts_crypt()
/linux/drivers/crypto/
H A Datmel-tdes.c525 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req); in atmel_tdes_set_iv_as_last_ciphertext_block()
543 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req); in atmel_tdes_finish_req()
593 rctx = skcipher_request_ctx(req); in atmel_tdes_handle_queue()
641 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req); in atmel_tdes_crypt()
/linux/drivers/crypto/ccree/
H A Dcc_cipher.c857 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_complete()
876 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_process()
908 struct skcipher_request *subreq = skcipher_request_ctx(req); in cc_cipher_process()
986 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_encrypt()
995 struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req); in cc_cipher_decrypt()

123