Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A 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 …]
H A Drk_crypto_v1_skcipher.c22 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_alg_ctx_cast()
145 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_cipher_encrypt()
165 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_cipher_decrypt()
189 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in rk_ablk_hw_init()
245 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_set_data_start()
293 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_iv_copyback()
314 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_update_iv()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c17 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_opti_poll()
146 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cipher_poll_fallback()
167 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cipher_poll()
386 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_aes_encrypt()
397 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_aes_decrypt()
409 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_aes_encrypt()
420 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_aes_decrypt()
432 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_des_encrypt()
443 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_des_decrypt()
455 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_des_encrypt()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A 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()
H A Daes-neonbs-glue.c92 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt()
151 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
166 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
237 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
348 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __xts_crypt()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c26 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_cipher_need_fallback()
55 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_cipher_fallback()
82 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_cipher_prepare()
276 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(breq); in sun8i_ce_cipher_run()
293 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_cipher_unprepare()
338 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_skdecrypt()
357 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ce_skencrypt()
/OK3568_Linux_fs/kernel/crypto/
H A 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()
H A Decb.c46 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ecb_encrypt()
55 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_ecb_decrypt()
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A 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()
H A 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()
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A 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()
486 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt()
[all …]
H A Daes-neonbs-glue.c96 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt()
156 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
179 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
207 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
275 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __xts_crypt()
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A 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()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dskcipher.h394 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm() function
403 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm()
518 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A 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()
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c72 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_cipher_fallback()
98 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_setup_ivs()
161 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_cipher()
324 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_skdecrypt()
345 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun8i_ss_skencrypt()
/OK3568_Linux_fs/kernel/drivers/crypto/amlogic/
H A 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()
277 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in meson_skdecrypt()
295 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in meson_skencrypt()
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A 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()
/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A 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()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dpadlock-aes.c346 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_aes_encrypt()
371 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_aes_decrypt()
411 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_aes_encrypt()
438 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_aes_decrypt()

12345