| /Linux-v5.10/drivers/crypto/rockchip/ |
| D | rk3288_crypto_skcipher.c | 77 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/ |
| D | sun4i-ss-cipher.c | 17 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/ |
| D | glue_helper.c | 24 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()
|
| D | des3_ede_glue.c | 122 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()
|
| D | cast5_avx_glue.c | 50 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()
|
| D | blowfish_glue.c | 76 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/ |
| D | cts.c | 68 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()
|
| D | ecb.c | 45 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()
|
| D | chacha_generic.c | 42 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()
|
| D | keywrap.c | 125 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/ |
| D | sun8i-ce-cipher.c | 25 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/ |
| D | aes-ce-glue.c | 169 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()
|
| D | aes-neonbs-glue.c | 89 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/ |
| D | skcipher.h | 392 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/ |
| D | aes-spe-glue.c | 182 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/ |
| D | aes-glue.c | 175 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 …]
|
| D | aes-neonbs-glue.c | 101 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/ |
| D | aes_glue.c | 221 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()
|
| D | camellia_glue.c | 90 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()
|
| D | des_glue.c | 97 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/ |
| D | nx-aes-ctr.c | 74 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/ |
| D | amlogic-gxl-cipher.c | 60 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/ |
| D | chacha-glue.c | 56 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/ |
| D | sun8i-ss-cipher.c | 71 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/ |
| D | skcipher.c | 31 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()
|