Home
last modified time | relevance | path

Searched refs:crypto_skcipher_ctx (Results 1 – 25 of 92) sorted by relevance

1234

/linux-6.3-rc2/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-cipher.c18 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll()
151 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll_fallback()
179 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll()
400 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt()
411 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt()
423 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt()
434 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt()
446 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt()
457 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt()
469 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt()
[all …]
/linux-6.3-rc2/arch/arm/crypto/
A Daes-neonbs-glue.c71 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_setkey()
93 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in __ecb_crypt()
130 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_cbc_setkey()
152 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
167 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
194 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_init()
211 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_exit()
219 struct aesbs_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_ctr_setkey_sync()
238 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
272 struct aesbs_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_one()
[all …]
A Daes-ce-glue.c140 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ce_aes_setkey()
153 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_set_key()
170 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
190 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
211 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt_walk()
241 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt_walk()
270 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_encrypt()
328 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_decrypt()
386 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
423 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_one()
[all …]
/linux-6.3-rc2/drivers/crypto/vmx/
A Daes_cbc.c26 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_init()
46 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_exit()
54 struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_setkey()
74 const struct p8_aes_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_cbc_crypt()
A Daes_ctr.c25 struct p8_aes_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_ctr_init()
45 struct p8_aes_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_ctr_exit()
53 struct p8_aes_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_ctr_setkey()
93 const struct p8_aes_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_ctr_crypt()
A Daes_xts.c28 struct p8_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_xts_init()
48 struct p8_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_xts_exit()
56 struct p8_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_xts_setkey()
81 const struct p8_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in p8_aes_xts_crypt()
/linux-6.3-rc2/arch/arm64/crypto/
A Dsm4-neon-glue.c33 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_setkey()
69 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_ecb_encrypt()
77 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_ecb_decrypt()
85 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_encrypt()
117 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_decrypt()
148 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cfb_encrypt()
188 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cfb_decrypt()
232 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_ctr_crypt()
A Daes-glue.c140 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in skcipher_aes_setkey()
148 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_set_key()
182 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
202 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
223 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt_walk()
252 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt_walk()
280 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_encrypt()
337 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_decrypt()
454 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in xctr_encrypt()
500 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
[all …]
A Daes-neonbs-glue.c77 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_setkey()
99 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in __ecb_crypt()
136 struct aesbs_cbc_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_cbc_ctr_setkey()
159 struct aesbs_cbc_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
182 struct aesbs_cbc_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
210 struct aesbs_cbc_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
243 struct aesbs_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_xts_setkey()
270 struct aesbs_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in __xts_crypt()
A Dsm4-ce-glue.c79 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_setkey()
94 struct sm4_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_xts_setkey()
146 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_ecb_encrypt()
154 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_ecb_decrypt()
198 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_encrypt()
206 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_decrypt()
214 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_cts_crypt()
286 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cfb_encrypt()
328 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cfb_decrypt()
370 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_ctr_crypt()
[all …]
/linux-6.3-rc2/arch/s390/crypto/
A Dpaes_s390.c161 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_init()
171 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_exit()
200 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_set_key()
213 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_crypt()
276 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_init()
286 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_exit()
315 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_set_key()
328 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_crypt()
396 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_init()
407 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_exit()
[all …]
A Daes_s390.c178 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in setkey_fallback_skcipher()
204 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_set_key()
225 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_crypt()
257 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in fallback_init_skcipher()
275 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in fallback_exit_skcipher()
300 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in cbc_aes_set_key()
321 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in cbc_aes_crypt()
381 struct s390_xts_ctx *xts_ctx = crypto_skcipher_ctx(tfm); in xts_fallback_setkey()
393 struct s390_xts_ctx *xts_ctx = crypto_skcipher_ctx(tfm); in xts_aes_set_key()
532 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ctr_aes_set_key()
[all …]
/linux-6.3-rc2/drivers/crypto/nx/
A Dnx-aes-ctr.c26 struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm); in ctr_aes_nx_set_key()
58 struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm); in ctr3686_aes_nx_set_key()
75 struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm); in ctr_aes_nx_crypt()
118 struct nx_crypto_ctx *nx_ctx = crypto_skcipher_ctx(tfm); in ctr3686_aes_nx_crypt()
/linux-6.3-rc2/arch/x86/crypto/
A Dsm4_aesni_avx_glue.c36 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_skcipher_setkey()
78 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_avx_ecb_encrypt()
87 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_avx_ecb_decrypt()
96 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_encrypt()
130 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_avx_cbc_decrypt()
194 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cfb_encrypt()
236 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_avx_cfb_decrypt()
305 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_avx_ctr_crypt()
A Ddes3_ede_glue.c113 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
121 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
152 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
231 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
/linux-6.3-rc2/crypto/
A Dcts.c69 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cts_reqctx_space()
79 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(parent); in crypto_cts_setkey()
147 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cts_encrypt()
241 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cts_decrypt()
287 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cts_init_tfm()
313 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cts_exit_tfm()
A Darc4.c21 struct arc4_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_arc4_setkey()
29 struct arc4_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_arc4_crypt()
A Dlrw.c71 struct lrw_tfm_ctx *ctx = crypto_skcipher_ctx(parent); in lrw_setkey()
144 const struct lrw_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in lrw_xor_tweak()
225 crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in lrw_init_crypt()
269 struct lrw_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in lrw_init_tfm()
286 struct lrw_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in lrw_exit_tfm()
A Dadiantum.c120 struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_setkey()
222 const struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_hash_header()
251 const struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_hash_message()
285 const struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_finish()
324 const struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_crypt()
400 struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_init_tfm()
450 struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_exit_tfm()
/linux-6.3-rc2/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c24 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_need_fallback()
102 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_cipher_fallback()
126 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_cipher()
277 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_skdecrypt()
295 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_skencrypt()
365 struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sl3516_ce_aes_setkey()
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c92 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_fallback()
119 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_prepare()
301 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_run()
318 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_unprepare()
363 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skdecrypt()
382 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skencrypt()
453 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_aes_setkey()
482 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_des3_setkey()
/linux-6.3-rc2/arch/powerpc/crypto/
A Daes-spe-glue.c128 struct ppc_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_xts_setkey()
183 struct ppc_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_ecb_crypt()
222 struct ppc_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_cbc_crypt()
263 struct ppc_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_ctr_crypt()
289 struct ppc_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_xts_crypt()
323 struct ppc_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_xts_encrypt()
361 struct ppc_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in ppc_xts_decrypt()
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/
A Dnitrox_skcipher.c110 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(tfm); in nitrox_skcipher_init()
137 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(tfm); in nitrox_cbc_init()
149 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(tfm); in nitrox_skcipher_exit()
250 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(cipher); in nitrox_skcipher_crypt()
340 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(cipher); in nitrox_aes_xts_setkey()
364 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(cipher); in nitrox_aes_ctr_rfc3686_setkey()
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c92 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher_fallback()
118 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_setup_ivs()
181 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher()
343 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skdecrypt()
364 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skencrypt()
439 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_aes_setkey()
468 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_des3_setkey()
/linux-6.3-rc2/drivers/crypto/amlogic/
A Damlogic-gxl-cipher.c61 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_cipher_do_fallback()
87 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_cipher()
278 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_skdecrypt()
296 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_skencrypt()
352 struct meson_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in meson_aes_setkey()

Completed in 33 milliseconds

1234