/Linux-v4.19/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-cipher.c | 21 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_opti_poll() 129 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cipher_poll() 322 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_aes_encrypt() 333 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_aes_decrypt() 345 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_aes_encrypt() 356 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_aes_decrypt() 368 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_des_encrypt() 379 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_cbc_des_decrypt() 391 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_des_encrypt() 402 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in sun4i_ss_ecb_des_decrypt() [all …]
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-ce-glue.c | 179 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt() 199 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt() 219 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt() 240 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt() 261 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt() 298 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() 320 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
|
D | aes-neonbs-glue.c | 84 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt() 153 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt() 197 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt() 275 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __xts_crypt()
|
D | speck-neon-glue.c | 54 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __speck128_xts_crypt() 155 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __speck64_xts_crypt()
|
D | chacha20-neon-glue.c | 62 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chacha20_neon()
|
/Linux-v4.19/include/crypto/ |
D | skcipher.h | 419 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm() function 438 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_encrypt() 459 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_decrypt() 545 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()
|
/Linux-v4.19/arch/x86/crypto/ |
D | glue_helper.c | 38 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()
|
D | des3_ede_glue.c | 132 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt() 140 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt() 171 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt() 250 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt() 333 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_crypt()
|
D | cast5_avx_glue.c | 65 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_crypt() 128 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt() 213 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt() 293 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_crypt()
|
D | blowfish_glue.c | 91 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_crypt() 168 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt() 249 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt() 335 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_crypt()
|
D | fpu.c | 44 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_fpu_encrypt() 65 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_fpu_decrypt()
|
D | serpent_avx2_glue.c | 170 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() 180 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
|
D | camellia_aesni_avx2_glue.c | 185 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() 195 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
|
D | serpent_avx_glue.c | 220 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() 230 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
|
D | twofish_avx_glue.c | 223 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() 233 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
|
D | cast6_avx_glue.c | 214 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() 224 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
|
D | camellia_aesni_avx_glue.c | 211 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() 221 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
|
/Linux-v4.19/crypto/ |
D | cts.c | 68 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_cts_reqctx_space() 105 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_encrypt() 149 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_cts_encrypt() 184 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_decrypt() 241 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_cts_decrypt()
|
D | skcipher.c | 447 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_walk_skcipher() 613 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_crypt_blkcipher() 627 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt_blkcipher() 636 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_decrypt_blkcipher() 710 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_crypt_ablkcipher() 725 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt_ablkcipher() 734 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_decrypt_ablkcipher()
|
D | simd.c | 61 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in simd_skcipher_encrypt() 82 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in simd_skcipher_decrypt()
|
D | pcbc.c | 94 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_pcbc_encrypt() 166 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_pcbc_decrypt()
|
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-neonbs-glue.c | 97 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() 226 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt() 288 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt_sync() 301 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __xts_crypt()
|
D | aes-glue.c | 134 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt() 154 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt() 174 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt() 194 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt() 214 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt() 253 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt_sync() 264 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() 286 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()
|
D | speck-neon-glue.c | 48 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __speck128_xts_crypt() 149 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __speck64_xts_crypt()
|
D | chacha20-neon-glue.c | 70 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chacha20_neon()
|