/Linux-v6.1/include/crypto/internal/ |
D | skcipher.h | 35 struct skcipher_walk { struct 132 int skcipher_walk_done(struct skcipher_walk *walk, int err); 133 int skcipher_walk_virt(struct skcipher_walk *walk, 136 int skcipher_walk_async(struct skcipher_walk *walk, 138 int skcipher_walk_aead_encrypt(struct skcipher_walk *walk, 140 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk, 142 void skcipher_walk_complete(struct skcipher_walk *walk, int err); 144 static inline void skcipher_walk_abort(struct skcipher_walk *walk) in skcipher_walk_abort()
|
/Linux-v6.1/crypto/ |
D | cfb.c | 43 static void crypto_cfb_final(struct skcipher_walk *walk, in crypto_cfb_final() 58 static int crypto_cfb_encrypt_segment(struct skcipher_walk *walk, in crypto_cfb_encrypt_segment() 81 static int crypto_cfb_encrypt_inplace(struct skcipher_walk *walk, in crypto_cfb_encrypt_inplace() 106 struct skcipher_walk walk; in crypto_cfb_encrypt() 128 static int crypto_cfb_decrypt_segment(struct skcipher_walk *walk, in crypto_cfb_decrypt_segment() 151 static int crypto_cfb_decrypt_inplace(struct skcipher_walk *walk, in crypto_cfb_decrypt_inplace() 170 static int crypto_cfb_decrypt_blocks(struct skcipher_walk *walk, in crypto_cfb_decrypt_blocks() 182 struct skcipher_walk walk; in crypto_cfb_decrypt()
|
D | skcipher.c | 43 static int skcipher_walk_next(struct skcipher_walk *walk); 59 static inline void skcipher_map_src(struct skcipher_walk *walk) in skcipher_map_src() 64 static inline void skcipher_map_dst(struct skcipher_walk *walk) in skcipher_map_dst() 69 static inline void skcipher_unmap_src(struct skcipher_walk *walk) in skcipher_unmap_src() 74 static inline void skcipher_unmap_dst(struct skcipher_walk *walk) in skcipher_unmap_dst() 79 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp() 94 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_done_slow() 105 int skcipher_walk_done(struct skcipher_walk *walk, int err) in skcipher_walk_done() 182 void skcipher_walk_complete(struct skcipher_walk *walk, int err) in skcipher_walk_complete() 218 static void skcipher_queue_write(struct skcipher_walk *walk, in skcipher_queue_write() [all …]
|
D | pcbc.c | 21 struct skcipher_walk *walk, in crypto_pcbc_encrypt_segment() 43 struct skcipher_walk *walk, in crypto_pcbc_encrypt_inplace() 68 struct skcipher_walk walk; in crypto_pcbc_encrypt() 88 struct skcipher_walk *walk, in crypto_pcbc_decrypt_segment() 110 struct skcipher_walk *walk, in crypto_pcbc_decrypt_inplace() 135 struct skcipher_walk walk; in crypto_pcbc_decrypt()
|
D | cbc.c | 17 static int crypto_cbc_encrypt_segment(struct skcipher_walk *walk, in crypto_cbc_encrypt_segment() 45 static int crypto_cbc_encrypt_inplace(struct skcipher_walk *walk, in crypto_cbc_encrypt_inplace() 76 struct skcipher_walk walk; in crypto_cbc_encrypt() 92 static int crypto_cbc_decrypt_segment(struct skcipher_walk *walk, in crypto_cbc_decrypt_segment() 122 static int crypto_cbc_decrypt_inplace(struct skcipher_walk *walk, in crypto_cbc_decrypt_inplace() 158 struct skcipher_walk walk; in crypto_cbc_decrypt()
|
D | xctr.c | 34 static void crypto_xctr_crypt_final(struct skcipher_walk *walk, in crypto_xctr_crypt_final() 49 static int crypto_xctr_crypt_segment(struct skcipher_walk *walk, in crypto_xctr_crypt_segment() 74 static int crypto_xctr_crypt_inplace(struct skcipher_walk *walk, in crypto_xctr_crypt_inplace() 104 struct skcipher_walk walk; in crypto_xctr_crypt()
|
D | ctr.c | 28 static void crypto_ctr_crypt_final(struct skcipher_walk *walk, in crypto_ctr_crypt_final() 46 static int crypto_ctr_crypt_segment(struct skcipher_walk *walk, in crypto_ctr_crypt_segment() 72 static int crypto_ctr_crypt_inplace(struct skcipher_walk *walk, in crypto_ctr_crypt_inplace() 104 struct skcipher_walk walk; in crypto_ctr_crypt()
|
D | aegis128-core.c | 324 struct skcipher_walk *walk, in crypto_aegis128_process_crypt() 395 struct skcipher_walk walk; in crypto_aegis128_encrypt_generic() 418 struct skcipher_walk walk; in crypto_aegis128_decrypt_generic() 456 struct skcipher_walk walk; in crypto_aegis128_encrypt_simd() 481 struct skcipher_walk walk; in crypto_aegis128_decrypt_simd()
|
/Linux-v6.1/arch/x86/crypto/ |
D | blowfish_glue.c | 64 struct skcipher_walk walk; in ecb_crypt() 115 struct skcipher_walk *walk) in __cbc_encrypt() 141 struct skcipher_walk walk; in cbc_encrypt() 156 struct skcipher_walk *walk) in __cbc_decrypt() 222 struct skcipher_walk walk; in cbc_decrypt()
|
D | des3_ede_glue.c | 69 struct skcipher_walk walk; in ecb_crypt() 127 struct skcipher_walk *walk) in __cbc_encrypt() 153 struct skcipher_walk walk; in cbc_encrypt() 168 struct skcipher_walk *walk) in __cbc_decrypt() 232 struct skcipher_walk walk; in cbc_decrypt()
|
D | sm4_aesni_avx_glue.c | 43 struct skcipher_walk walk; in ecb_do_crypt() 97 struct skcipher_walk walk; in sm4_cbc_encrypt() 131 struct skcipher_walk walk; in sm4_avx_cbc_decrypt() 195 struct skcipher_walk walk; in sm4_cfb_encrypt() 237 struct skcipher_walk walk; in sm4_avx_cfb_decrypt() 306 struct skcipher_walk walk; in sm4_avx_ctr_crypt()
|
D | aegis128-aesni-glue.c | 60 int (*skcipher_walk_init)(struct skcipher_walk *walk, 118 struct aegis_state *state, struct skcipher_walk *walk, in crypto_aegis128_aesni_process_crypt() 172 struct skcipher_walk walk; in crypto_aegis128_aesni_crypt()
|
D | aesni-intel_glue.c | 296 struct skcipher_walk walk; in ecb_encrypt() 318 struct skcipher_walk walk; in ecb_decrypt() 340 struct skcipher_walk walk; in cbc_encrypt() 362 struct skcipher_walk walk; in cbc_decrypt() 388 struct skcipher_walk walk; in cts_cbc_encrypt() 444 struct skcipher_walk walk; in cts_cbc_decrypt() 515 struct skcipher_walk walk; in ctr_crypt() 564 struct skcipher_walk walk; in xctr_crypt() 680 struct skcipher_walk walk; in gcmaes_crypt_by_sg() 912 struct skcipher_walk walk; in xts_crypt()
|
/Linux-v6.1/arch/arm64/crypto/ |
D | sm4-ce-glue.c | 54 struct skcipher_walk walk; in sm4_ecb_do_crypt() 101 struct skcipher_walk walk; in sm4_cbc_encrypt() 132 struct skcipher_walk walk; in sm4_cbc_decrypt() 163 struct skcipher_walk walk; in sm4_cfb_encrypt() 205 struct skcipher_walk walk; in sm4_cfb_decrypt() 247 struct skcipher_walk walk; in sm4_ctr_crypt()
|
D | aes-glue.c | 184 struct skcipher_walk walk; in ecb_encrypt() 204 struct skcipher_walk walk; in ecb_decrypt() 220 struct skcipher_walk *walk) in cbc_encrypt_walk() 239 struct skcipher_walk walk; in cbc_encrypt() 249 struct skcipher_walk *walk) in cbc_decrypt_walk() 268 struct skcipher_walk walk; in cbc_decrypt() 286 struct skcipher_walk walk; in cts_cbc_encrypt() 343 struct skcipher_walk walk; in cts_cbc_decrypt() 412 struct skcipher_walk walk; in essiv_cbc_encrypt() 434 struct skcipher_walk walk; in essiv_cbc_decrypt() [all …]
|
D | sm4-neon-glue.c | 45 struct skcipher_walk walk; in sm4_ecb_do_crypt() 100 struct skcipher_walk walk; in sm4_cbc_encrypt() 132 struct skcipher_walk walk; in sm4_cbc_decrypt() 192 struct skcipher_walk walk; in sm4_cfb_encrypt() 232 struct skcipher_walk walk; in sm4_cfb_decrypt() 296 struct skcipher_walk walk; in sm4_ctr_crypt()
|
D | aes-neonbs-glue.c | 100 struct skcipher_walk walk; in __ecb_crypt() 160 struct skcipher_walk walk; in cbc_encrypt() 183 struct skcipher_walk walk; in cbc_decrypt() 211 struct skcipher_walk walk; in ctr_encrypt() 275 struct skcipher_walk walk; in __xts_crypt()
|
/Linux-v6.1/arch/arm/crypto/ |
D | aes-ce-glue.c | 171 struct skcipher_walk walk; in ecb_encrypt() 191 struct skcipher_walk walk; in ecb_decrypt() 208 struct skcipher_walk *walk) in cbc_encrypt_walk() 228 struct skcipher_walk walk; in cbc_encrypt() 238 struct skcipher_walk *walk) in cbc_decrypt_walk() 258 struct skcipher_walk walk; in cbc_decrypt() 275 struct skcipher_walk walk; in cts_cbc_encrypt() 333 struct skcipher_walk walk; in cts_cbc_decrypt() 387 struct skcipher_walk walk; in ctr_encrypt() 453 struct skcipher_walk walk; in xts_encrypt() [all …]
|
/Linux-v6.1/arch/sparc/crypto/ |
D | aes_glue.c | 223 struct skcipher_walk walk; in ecb_encrypt() 247 struct skcipher_walk walk; in ecb_decrypt() 272 struct skcipher_walk walk; in cbc_encrypt() 297 struct skcipher_walk walk; in cbc_decrypt() 320 struct skcipher_walk *walk) in ctr_crypt_final() 338 struct skcipher_walk walk; in ctr_crypt()
|
D | camellia_glue.c | 92 struct skcipher_walk walk; in __ecb_crypt() 142 struct skcipher_walk walk; in cbc_encrypt() 171 struct skcipher_walk walk; in cbc_decrypt()
|
D | des_glue.c | 99 struct skcipher_walk walk; in __ecb_crypt() 140 struct skcipher_walk walk; in __cbc_crypt() 248 struct skcipher_walk walk; in __ecb3_crypt() 294 struct skcipher_walk walk; in __cbc3_crypt()
|
/Linux-v6.1/drivers/crypto/vmx/ |
D | aes_ctr.c | 70 struct skcipher_walk *walk) in p8_aes_ctr_final() 94 struct skcipher_walk walk; in p8_aes_ctr_crypt()
|
/Linux-v6.1/drivers/crypto/ |
D | padlock-aes.c | 348 struct skcipher_walk walk; in ecb_aes_encrypt() 373 struct skcipher_walk walk; in ecb_aes_decrypt() 413 struct skcipher_walk walk; in cbc_aes_encrypt() 440 struct skcipher_walk walk; in cbc_aes_decrypt()
|
/Linux-v6.1/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 184 struct skcipher_walk walk; in ppc_ecb_crypt() 223 struct skcipher_walk walk; in ppc_cbc_crypt() 264 struct skcipher_walk walk; in ppc_ctr_crypt() 290 struct skcipher_walk walk; in ppc_xts_crypt()
|
/Linux-v6.1/include/crypto/ |
D | ctr.h | 27 struct skcipher_walk walk; in crypto_ctr_encrypt_walk()
|