Home
last modified time | relevance | path

Searched refs:crypto_skcipher_reqtfm (Results 1 – 25 of 101) sorted by relevance

12345

/Linux-v5.10/drivers/crypto/rockchip/
Drk3288_crypto_skcipher.c77 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_ecb_encrypt()
87 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_ecb_decrypt()
97 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_cbc_encrypt()
107 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_cbc_decrypt()
117 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_ecb_encrypt()
127 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_ecb_decrypt()
137 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_cbc_encrypt()
147 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_cbc_decrypt()
157 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_ecb_encrypt()
167 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_ecb_decrypt()
[all …]
/Linux-v5.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c17 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_opti_poll()
122 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cipher_poll_fallback()
143 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cipher_poll()
347 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_aes_encrypt()
358 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_aes_decrypt()
370 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_aes_encrypt()
381 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_aes_decrypt()
393 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_des_encrypt()
404 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_des_decrypt()
416 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_des_encrypt()
[all …]
/Linux-v5.10/arch/x86/crypto/
Dglue_helper.c24 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in glue_ecb_req_128bit()
69 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in glue_cbc_encrypt_req_128bit()
101 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in glue_cbc_decrypt_req_128bit()
162 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in glue_ctr_req_128bit()
282 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in glue_xts_req_128bit()
Ddes3_ede_glue.c122 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt()
130 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt()
161 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
240 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
323 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_crypt()
Dcast5_avx_glue.c50 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_crypt()
113 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
198 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
278 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_crypt()
Dblowfish_glue.c76 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_crypt()
153 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
234 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
320 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_crypt()
/Linux-v5.10/crypto/
Dcts.c68 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_cts_reqctx_space()
101 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_encrypt()
145 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_cts_encrypt()
182 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_decrypt()
239 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_cts_decrypt()
Decb.c45 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ecb_encrypt()
54 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ecb_decrypt()
Dchacha_generic.c42 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_chacha_crypt()
50 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_xchacha_crypt()
Dkeywrap.c125 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_kw_decrypt()
194 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_kw_encrypt()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-cipher.c25 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_cipher_need_fallback()
54 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_cipher_fallback()
81 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_cipher_prepare()
275 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(breq); in sun8i_ce_cipher_run()
290 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_cipher_unprepare()
335 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_skdecrypt()
354 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_skencrypt()
/Linux-v5.10/arch/arm/crypto/
Daes-ce-glue.c169 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt()
189 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt()
210 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt_walk()
240 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt_walk()
269 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_encrypt()
327 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_decrypt()
385 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
446 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt()
518 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
Daes-neonbs-glue.c89 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt()
148 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
163 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
233 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
344 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __xts_crypt()
/Linux-v5.10/include/crypto/
Dskcipher.h392 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm() function
401 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm()
516 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()
/Linux-v5.10/arch/powerpc/crypto/
Daes-spe-glue.c182 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ppc_ecb_crypt()
221 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ppc_cbc_crypt()
262 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ppc_ctr_crypt()
288 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ppc_xts_crypt()
322 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ppc_xts_encrypt()
360 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ppc_xts_decrypt()
/Linux-v5.10/arch/arm64/crypto/
Daes-glue.c175 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt()
195 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt()
216 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt_walk()
245 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt_walk()
273 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_encrypt()
330 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_decrypt()
403 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in essiv_cbc_encrypt()
425 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in essiv_cbc_decrypt()
447 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
509 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt()
[all …]
Daes-neonbs-glue.c101 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt()
161 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
184 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
231 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
322 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __xts_crypt()
/Linux-v5.10/arch/sparc/crypto/
Daes_glue.c221 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt()
244 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt()
270 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
294 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
336 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_crypt()
Dcamellia_glue.c90 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt()
140 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
169 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
Ddes_glue.c97 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt()
138 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __cbc_crypt()
246 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb3_crypt()
292 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __cbc3_crypt()
/Linux-v5.10/drivers/crypto/nx/
Dnx-aes-ctr.c74 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_aes_nx_crypt()
117 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr3686_aes_nx_crypt()
/Linux-v5.10/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c60 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in meson_cipher_do_fallback()
86 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in meson_cipher()
275 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in meson_skdecrypt()
293 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in meson_skencrypt()
/Linux-v5.10/arch/mips/crypto/
Dchacha-glue.c56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chacha_mips()
64 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xchacha_mips()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c71 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_cipher_fallback()
97 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_cipher()
281 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_skdecrypt()
302 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_skencrypt()
/Linux-v5.10/drivers/crypto/qce/
Dskcipher.c31 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_done()
67 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in qce_skcipher_async_req_handle()
68 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_async_req_handle()
220 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in qce_skcipher_crypt()

12345