| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A 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 …]
|
| H A D | rk_crypto_v1_skcipher.c | 22 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 D | sun4i-ss-cipher.c | 17 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 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()
|
| H A D | aes-neonbs-glue.c | 92 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 D | sun8i-ce-cipher.c | 26 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 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()
|
| H A D | ecb.c | 46 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 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A 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() 486 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() [all …]
|
| H A D | aes-neonbs-glue.c | 96 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 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()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | skcipher.h | 394 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 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()
|
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-cipher.c | 72 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 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() 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 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | padlock-aes.c | 346 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()
|