Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c48 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_des_setkey()
63 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_tdes_setkey()
78 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_ecb_encrypt()
88 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_ecb_decrypt()
98 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_cbc_encrypt()
108 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_cbc_decrypt()
118 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_des_ecb_encrypt()
128 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_des_ecb_decrypt()
138 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_des_cbc_encrypt()
148 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_des_cbc_decrypt()
[all …]
H A Drk_crypto_v1_skcipher.c23 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_alg_ctx_cast()
98 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_cipher_setkey()
146 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_cipher_encrypt()
166 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_cipher_decrypt()
191 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_ablk_hw_init()
246 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_set_data_start()
294 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_iv_copyback()
315 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_update_iv()
371 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_ablk_init_tfm()
402 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_ablk_exit_tfm()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c18 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll()
147 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll_fallback()
168 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll()
387 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt()
398 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt()
410 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt()
421 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt()
433 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt()
444 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt()
456 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H 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()
279 struct aesbs_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_one()
[all …]
H 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 …]
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Dpaes_s390.c155 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_init()
165 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_exit()
192 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_set_key()
205 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_crypt()
268 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_init()
278 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_exit()
305 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_set_key()
318 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_crypt()
386 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_init()
397 struct s390_pxts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_paes_exit()
[all …]
H 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()
425 struct s390_xts_ctx *xts_ctx = crypto_skcipher_ctx(tfm); in xts_aes_crypt()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H 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()
H 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()
H 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()
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H 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()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-glue.c134 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in skcipher_aes_setkey()
142 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_set_key()
160 struct crypto_aes_essiv_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in essiv_cbc_set_key()
176 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
196 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
217 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt_walk()
246 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt_walk()
274 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_encrypt()
331 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_decrypt()
387 struct crypto_aes_essiv_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in essiv_cbc_init_tfm()
[all …]
H A Daes-neonbs-glue.c75 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_setkey()
97 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in __ecb_crypt()
134 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_cbc_setkey()
157 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
180 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
208 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
249 struct aesbs_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_xts_setkey()
276 struct aesbs_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in __xts_crypt()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-crypto-aes.c41 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_setkey()
68 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_crypt()
124 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_init_tfm()
149 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_rfc3686_setkey()
163 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_rfc3686_crypt()
196 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_rfc3686_init_tfm()
H A Dccp-crypto-aes-xts.c78 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_xts_setkey()
108 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_xts_crypt()
199 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_xts_init_tfm()
221 struct ccp_ctx *ctx = crypto_skcipher_ctx(tfm); in ccp_aes_xts_exit_tfm()
/OK3568_Linux_fs/kernel/crypto/
H 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()
H 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()
H 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()
325 const struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_crypt()
401 struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_init_tfm()
451 struct adiantum_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in adiantum_exit_tfm()
H 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()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c56 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_fallback()
83 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_prepare()
277 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_run()
294 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_cipher_unprepare()
339 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skdecrypt()
358 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_skencrypt()
430 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_aes_setkey()
459 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ce_des3_setkey()
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H 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()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c73 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher_fallback()
99 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_setup_ivs()
162 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_cipher()
325 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skdecrypt()
346 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_skencrypt()
421 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_aes_setkey()
450 struct sun8i_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun8i_ss_des3_setkey()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c147 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen); in camellia_setkey()
178 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_camellia_setkey()
198 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
207 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
H A Dserpent_avx_glue.c76 return __serpent_setkey(crypto_skcipher_ctx(tfm), key, keylen); in serpent_setkey_skcipher()
82 struct serpent_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_serpent_setkey()
205 struct serpent_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
215 struct serpent_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
/OK3568_Linux_fs/kernel/drivers/crypto/amlogic/
H 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()

1234