Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c22 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll()
130 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll()
323 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt()
334 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt()
346 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt()
357 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt()
369 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt()
380 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt()
392 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt()
403 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_decrypt()
[all …]
/Linux-v4.19/crypto/
Dcbc.c30 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(parent); in crypto_cbc_setkey()
46 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cbc_encrypt_one()
59 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cbc_decrypt_one()
85 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cbc_init_tfm()
98 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cbc_exit_tfm()
Dsimd.c46 struct simd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in simd_skcipher_setkey()
62 struct simd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in simd_skcipher_encrypt()
83 struct simd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in simd_skcipher_decrypt()
103 struct simd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in simd_skcipher_exit()
110 struct simd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in simd_skcipher_init()
Dpcbc.c33 struct crypto_pcbc_ctx *ctx = crypto_skcipher_ctx(parent); in crypto_pcbc_setkey()
95 struct crypto_pcbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_pcbc_encrypt()
167 struct crypto_pcbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_pcbc_decrypt()
192 struct crypto_pcbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_pcbc_init_tfm()
205 struct crypto_pcbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_pcbc_exit_tfm()
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()
151 struct crypto_cts_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cts_encrypt()
243 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()
Dcfb.c38 struct crypto_cfb_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cfb_bsize()
47 struct crypto_cfb_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cfb_encrypt_one()
192 struct crypto_cfb_ctx *ctx = crypto_skcipher_ctx(parent); in crypto_cfb_setkey()
231 struct crypto_cfb_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cfb_init_tfm()
244 struct crypto_cfb_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cfb_exit_tfm()
Dchacha20_generic.c62 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_chacha20_setkey()
78 struct chacha20_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_chacha20_crypt()
Dlrw.c89 struct priv *ctx = crypto_skcipher_ctx(parent); in setkey()
204 struct priv *ctx = crypto_skcipher_ctx(tfm); in pre_crypt()
279 struct priv *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in init_crypt()
427 struct priv *ctx = crypto_skcipher_ctx(tfm); in init_tfm()
444 struct priv *ctx = crypto_skcipher_ctx(tfm); in exit_tfm()
/Linux-v4.19/arch/x86/crypto/
Dfpu.c29 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(parent); in crypto_fpu_setkey()
45 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_fpu_encrypt()
66 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_fpu_decrypt()
87 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_fpu_init_tfm()
103 struct crypto_fpu_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_fpu_exit_tfm()
Dserpent_avx_glue.c91 return __serpent_setkey(crypto_skcipher_ctx(tfm), key, keylen); in serpent_setkey_skcipher()
97 struct serpent_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_serpent_setkey()
221 struct serpent_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
231 struct serpent_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
Dcamellia_aesni_avx_glue.c157 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen, in camellia_setkey()
190 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_camellia_setkey()
212 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
222 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
Dglue_helper.c38 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in glue_ecb_req_128bit()
83 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in glue_cbc_encrypt_req_128bit()
115 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in glue_cbc_decrypt_req_128bit()
175 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in glue_ctr_req_128bit()
Ddes3_ede_glue.c133 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
141 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
172 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
251 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
334 struct des3_ede_x86_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_crypt()
Dcast5_avx_glue.c66 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_crypt()
129 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
214 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
294 struct cast5_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_crypt()
Dserpent_avx2_glue.c43 return __serpent_setkey(crypto_skcipher_ctx(tfm), key, keylen); in serpent_setkey_skcipher()
171 struct serpent_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
181 struct serpent_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
Dcamellia_aesni_avx2_glue.c153 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen, in camellia_setkey()
186 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
196 struct camellia_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
Dtwofish_avx_glue.c87 struct twofish_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_twofish_setkey()
224 struct twofish_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
234 struct twofish_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
Dcast6_avx_glue.c194 struct cast6_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_cast6_setkey()
215 struct cast6_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
225 struct cast6_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
/Linux-v4.19/arch/arm64/crypto/
Daes-neonbs-glue.c76 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_setkey()
98 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in __ecb_crypt()
135 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_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_ctr_setkey_sync()
227 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
268 struct aesbs_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_xts_setkey()
289 struct aesbs_ctr_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_sync()
302 struct aesbs_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in __xts_crypt()
Dspeck-neon-glue.c49 const struct speck128_xts_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in __speck128_xts_crypt()
109 struct speck128_xts_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in speck128_xts_setkey()
150 const struct speck64_xts_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in __speck64_xts_crypt()
211 struct speck64_xts_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in speck64_xts_setkey()
Daes-glue.c114 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_set_key()
135 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
155 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
175 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
195 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
215 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
254 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_sync()
265 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
287 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
/Linux-v4.19/arch/arm/crypto/
Daes-ce-glue.c140 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ce_aes_setkey()
159 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_set_key()
180 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
200 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
220 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
241 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
262 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
299 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_encrypt()
321 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_decrypt()
Daes-neonbs-glue.c63 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_setkey()
85 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in __ecb_crypt()
122 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in aesbs_cbc_setkey()
141 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt_one()
154 struct aesbs_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
198 struct aesbs_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
240 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()
Dspeck-neon-glue.c55 const struct speck128_xts_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in __speck128_xts_crypt()
115 struct speck128_xts_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in speck128_xts_setkey()
156 const struct speck64_xts_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in __speck64_xts_crypt()
217 struct speck64_xts_tfm_ctx *ctx = crypto_skcipher_ctx(tfm); in speck64_xts_setkey()
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_alg.c82 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_crypt()
122 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes()
200 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_rfc3686()
217 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_encrypt()
232 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_decrypt()
248 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_ctr_crypt()
302 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes_ctr()

12