| /kernel/linux/linux-4.19/include/crypto/ |
| D | scatterwalk.h | 33 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen() 40 static inline unsigned int scatterwalk_clamp(struct scatter_walk *walk, in scatterwalk_clamp() 47 static inline void scatterwalk_advance(struct scatter_walk *walk, in scatterwalk_advance() 53 static inline unsigned int scatterwalk_aligned(struct scatter_walk *walk, in scatterwalk_aligned() 59 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() 69 static inline void scatterwalk_start(struct scatter_walk *walk, in scatterwalk_start() 76 static inline void *scatterwalk_map(struct scatter_walk *walk) in scatterwalk_map() 82 static inline void scatterwalk_pagedone(struct scatter_walk *walk, int out, in scatterwalk_pagedone() 101 static inline void scatterwalk_done(struct scatter_walk *walk, int out, in scatterwalk_done()
|
| D | cbc.h | 21 struct skcipher_walk *walk, struct crypto_skcipher *tfm, in crypto_cbc_encrypt_segment() 43 struct skcipher_walk *walk, struct crypto_skcipher *tfm, in crypto_cbc_encrypt_inplace() 69 struct skcipher_walk walk; in crypto_cbc_encrypt_walk() local 86 struct skcipher_walk *walk, struct crypto_skcipher *tfm, in crypto_cbc_decrypt_segment() 110 struct skcipher_walk *walk, struct crypto_skcipher *tfm, in crypto_cbc_decrypt_inplace() 137 struct skcipher_walk *walk, struct crypto_skcipher *tfm, in crypto_cbc_decrypt_blocks()
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | scatterwalk.h | 28 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen() 35 static inline unsigned int scatterwalk_clamp(struct scatter_walk *walk, in scatterwalk_clamp() 42 static inline void scatterwalk_advance(struct scatter_walk *walk, in scatterwalk_advance() 48 static inline unsigned int scatterwalk_aligned(struct scatter_walk *walk, in scatterwalk_aligned() 54 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page() 64 static inline void scatterwalk_start(struct scatter_walk *walk, in scatterwalk_start() 71 static inline void *scatterwalk_map(struct scatter_walk *walk) in scatterwalk_map() 77 static inline void scatterwalk_pagedone(struct scatter_walk *walk, int out, in scatterwalk_pagedone() 96 static inline void scatterwalk_done(struct scatter_walk *walk, int out, in scatterwalk_done()
|
| /kernel/linux/linux-4.19/crypto/ |
| D | blkcipher.c | 44 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src() 49 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst() 54 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src() 59 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst() 73 static inline void blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow() 83 static inline void blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast() 101 struct blkcipher_walk *walk, int err) in blkcipher_walk_done() 145 struct blkcipher_walk *walk, in blkcipher_next_slow() 180 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy() 195 struct blkcipher_walk *walk) in blkcipher_next_fast() [all …]
|
| D | skcipher.c | 49 static inline void skcipher_unmap(struct scatter_walk *walk, void *vaddr) in skcipher_unmap() 55 static inline void *skcipher_map(struct scatter_walk *walk) in skcipher_map() 63 static inline void skcipher_map_src(struct skcipher_walk *walk) in skcipher_map_src() 68 static inline void skcipher_map_dst(struct skcipher_walk *walk) in skcipher_map_dst() 73 static inline void skcipher_unmap_src(struct skcipher_walk *walk) in skcipher_unmap_src() 78 static inline void skcipher_unmap_dst(struct skcipher_walk *walk) in skcipher_unmap_dst() 83 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp() 98 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_done_slow() 109 int skcipher_walk_done(struct skcipher_walk *walk, int err) in skcipher_walk_done() 186 void skcipher_walk_complete(struct skcipher_walk *walk, int err) in skcipher_walk_complete() [all …]
|
| D | ablkcipher.c | 45 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk) in __ablkcipher_walk_complete() 57 static inline void ablkcipher_queue_write(struct ablkcipher_walk *walk, in ablkcipher_queue_write() 74 static inline void ablkcipher_done_slow(struct ablkcipher_walk *walk, in ablkcipher_done_slow() 90 static inline void ablkcipher_done_fast(struct ablkcipher_walk *walk, in ablkcipher_done_fast() 101 struct ablkcipher_walk *walk, int err) in ablkcipher_walk_done() 143 struct ablkcipher_walk *walk, in ablkcipher_next_slow() 182 static inline int ablkcipher_copy_iv(struct ablkcipher_walk *walk, in ablkcipher_copy_iv() 208 struct ablkcipher_walk *walk) in ablkcipher_next_fast() 219 struct ablkcipher_walk *walk) in ablkcipher_walk_next() 264 struct ablkcipher_walk *walk) in ablkcipher_walk_first() [all …]
|
| D | cfb.c | 53 static void crypto_cfb_final(struct skcipher_walk *walk, in crypto_cfb_final() 68 static int crypto_cfb_encrypt_segment(struct skcipher_walk *walk, in crypto_cfb_encrypt_segment() 91 static int crypto_cfb_encrypt_inplace(struct skcipher_walk *walk, in crypto_cfb_encrypt_inplace() 116 struct skcipher_walk walk; in crypto_cfb_encrypt() local 138 static int crypto_cfb_decrypt_segment(struct skcipher_walk *walk, in crypto_cfb_decrypt_segment() 161 static int crypto_cfb_decrypt_inplace(struct skcipher_walk *walk, in crypto_cfb_decrypt_inplace() 180 static int crypto_cfb_decrypt_blocks(struct skcipher_walk *walk, in crypto_cfb_decrypt_blocks() 208 struct skcipher_walk walk; in crypto_cfb_decrypt() local
|
| /kernel/linux/linux-4.19/mm/ |
| D | pagewalk.c | 8 struct mm_walk *walk) in walk_pte_range() 29 struct mm_walk *walk) in walk_pmd_range() 74 struct mm_walk *walk) in walk_pud_range() 118 struct mm_walk *walk) in walk_p4d_range() 144 struct mm_walk *walk) in walk_pgd_range() 178 struct mm_walk *walk) in walk_hugetlb_range() 206 struct mm_walk *walk) in walk_hugetlb_range() 220 struct mm_walk *walk) in walk_page_test() 245 struct mm_walk *walk) in __walk_page_range() 294 struct mm_walk *walk) in walk_page_range() [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | skcipher.c | 44 static inline void skcipher_unmap(struct scatter_walk *walk, void *vaddr) in skcipher_unmap() 50 static inline void *skcipher_map(struct scatter_walk *walk) in skcipher_map() 58 static inline void skcipher_map_src(struct skcipher_walk *walk) in skcipher_map_src() 63 static inline void skcipher_map_dst(struct skcipher_walk *walk) in skcipher_map_dst() 68 static inline void skcipher_unmap_src(struct skcipher_walk *walk) in skcipher_unmap_src() 73 static inline void skcipher_unmap_dst(struct skcipher_walk *walk) in skcipher_unmap_dst() 78 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp() 93 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_done_slow() 104 int skcipher_walk_done(struct skcipher_walk *walk, int err) in skcipher_walk_done() 181 void skcipher_walk_complete(struct skcipher_walk *walk, int err) in skcipher_walk_complete() [all …]
|
| D | cfb.c | 42 static void crypto_cfb_final(struct skcipher_walk *walk, in crypto_cfb_final() 57 static int crypto_cfb_encrypt_segment(struct skcipher_walk *walk, in crypto_cfb_encrypt_segment() 80 static int crypto_cfb_encrypt_inplace(struct skcipher_walk *walk, in crypto_cfb_encrypt_inplace() 105 struct skcipher_walk walk; in crypto_cfb_encrypt() local 127 static int crypto_cfb_decrypt_segment(struct skcipher_walk *walk, in crypto_cfb_decrypt_segment() 150 static int crypto_cfb_decrypt_inplace(struct skcipher_walk *walk, in crypto_cfb_decrypt_inplace() 169 static int crypto_cfb_decrypt_blocks(struct skcipher_walk *walk, in crypto_cfb_decrypt_blocks() 181 struct skcipher_walk walk; in crypto_cfb_decrypt() local
|
| D | cbc.c | 16 static int crypto_cbc_encrypt_segment(struct skcipher_walk *walk, in crypto_cbc_encrypt_segment() 44 static int crypto_cbc_encrypt_inplace(struct skcipher_walk *walk, in crypto_cbc_encrypt_inplace() 75 struct skcipher_walk walk; in crypto_cbc_encrypt() local 91 static int crypto_cbc_decrypt_segment(struct skcipher_walk *walk, in crypto_cbc_decrypt_segment() 121 static int crypto_cbc_decrypt_inplace(struct skcipher_walk *walk, in crypto_cbc_decrypt_inplace() 157 struct skcipher_walk walk; in crypto_cbc_decrypt() local
|
| D | pcbc.c | 20 struct skcipher_walk *walk, in crypto_pcbc_encrypt_segment() 42 struct skcipher_walk *walk, in crypto_pcbc_encrypt_inplace() 67 struct skcipher_walk walk; in crypto_pcbc_encrypt() local 87 struct skcipher_walk *walk, in crypto_pcbc_decrypt_segment() 109 struct skcipher_walk *walk, in crypto_pcbc_decrypt_inplace() 134 struct skcipher_walk walk; in crypto_pcbc_decrypt() local
|
| /kernel/linux/linux-5.10/mm/ |
| D | pagewalk.c | 24 unsigned long end, struct mm_walk *walk) in walk_pte_range_inner() 42 struct mm_walk *walk) in walk_pte_range() 62 struct mm_walk *walk) in walk_pmd_range() 120 struct mm_walk *walk) in walk_pud_range() 169 struct mm_walk *walk) in walk_p4d_range() 202 struct mm_walk *walk) in walk_pgd_range() 246 struct mm_walk *walk) in walk_hugetlb_range() 275 struct mm_walk *walk) in walk_hugetlb_range() 289 struct mm_walk *walk) in walk_page_test() 315 struct mm_walk *walk) in __walk_page_range() [all …]
|
| D | ptdump.c | 15 static inline int note_kasan_page_table(struct mm_walk *walk, in note_kasan_page_table() 29 unsigned long next, struct mm_walk *walk) in ptdump_pgd_entry() 49 unsigned long next, struct mm_walk *walk) in ptdump_p4d_entry() 69 unsigned long next, struct mm_walk *walk) in ptdump_pud_entry() 89 unsigned long next, struct mm_walk *walk) in ptdump_pmd_entry() 108 unsigned long next, struct mm_walk *walk) in ptdump_pte_entry() 122 int depth, struct mm_walk *walk) in ptdump_hole()
|
| D | mapping_dirty_helpers.c | 33 struct mm_walk *walk) in wp_pte() 87 unsigned long end, struct mm_walk *walk) in clean_record_pte() 124 struct mm_walk *walk) in wp_clean_pmd_entry() 154 struct mm_walk *walk) in wp_clean_pud_entry() 181 struct mm_walk *walk) in wp_clean_pre_vma() 209 static void wp_clean_post_vma(struct mm_walk *walk) in wp_clean_post_vma() 230 struct mm_walk *walk) in wp_clean_test_walk()
|
| /kernel/linux/linux-4.19/arch/s390/crypto/ |
| D | des_s390.c | 86 struct blkcipher_walk *walk) in ecb_desall_crypt() 104 struct blkcipher_walk *walk) in cbc_desall_crypt() 132 struct blkcipher_walk walk; in ecb_des_encrypt() local 142 struct blkcipher_walk walk; in ecb_des_decrypt() local 172 struct blkcipher_walk walk; in cbc_des_encrypt() local 182 struct blkcipher_walk walk; in cbc_des_decrypt() local 289 struct blkcipher_walk walk; in ecb_des3_encrypt() local 299 struct blkcipher_walk walk; in ecb_des3_decrypt() local 330 struct blkcipher_walk walk; in cbc_des3_encrypt() local 340 struct blkcipher_walk walk; in cbc_des3_decrypt() local [all …]
|
| D | paes_s390.c | 96 struct blkcipher_walk *walk) in ecb_paes_crypt() 122 struct blkcipher_walk walk; in ecb_paes_encrypt() local 132 struct blkcipher_walk walk; in ecb_paes_decrypt() local 191 struct blkcipher_walk *walk) in cbc_paes_crypt() 225 struct blkcipher_walk walk; in cbc_paes_encrypt() local 235 struct blkcipher_walk walk; in cbc_paes_decrypt() local 312 struct blkcipher_walk *walk) in xts_paes_crypt() 361 struct blkcipher_walk walk; in xts_paes_encrypt() local 371 struct blkcipher_walk walk; in xts_paes_decrypt() local 447 struct blkcipher_walk *walk) in ctr_paes_crypt() [all …]
|
| /kernel/linux/linux-4.19/arch/x86/crypto/ |
| D | cast5_avx_glue.c | 50 static inline bool cast5_fpu_begin(bool fpu_enabled, struct skcipher_walk *walk, in cast5_fpu_begin() 67 struct skcipher_walk walk; in ecb_crypt() local 130 struct skcipher_walk walk; in cbc_encrypt() local 158 struct skcipher_walk *walk) in __cbc_decrypt() 216 struct skcipher_walk walk; in cbc_decrypt() local 232 static void ctr_crypt_final(struct skcipher_walk *walk, struct cast5_ctx *ctx) in ctr_crypt_final() 246 static unsigned int __ctr_crypt(struct skcipher_walk *walk, in __ctr_crypt() 296 struct skcipher_walk walk; in ctr_crypt() local
|
| D | blowfish_glue.c | 93 struct skcipher_walk walk; in ecb_crypt() local 144 struct skcipher_walk *walk) in __cbc_encrypt() 170 struct skcipher_walk walk; in cbc_encrypt() local 185 struct skcipher_walk *walk) in __cbc_decrypt() 251 struct skcipher_walk walk; in cbc_decrypt() local 265 static void ctr_crypt_final(struct bf_ctx *ctx, struct skcipher_walk *walk) in ctr_crypt_final() 279 static unsigned int __ctr_crypt(struct bf_ctx *ctx, struct skcipher_walk *walk) in __ctr_crypt() 337 struct skcipher_walk walk; in ctr_crypt() local
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | cast5_avx_glue.c | 35 static inline bool cast5_fpu_begin(bool fpu_enabled, struct skcipher_walk *walk, in cast5_fpu_begin() 52 struct skcipher_walk walk; in ecb_crypt() local 115 struct skcipher_walk walk; in cbc_encrypt() local 143 struct skcipher_walk *walk) in __cbc_decrypt() 201 struct skcipher_walk walk; in cbc_decrypt() local 217 static void ctr_crypt_final(struct skcipher_walk *walk, struct cast5_ctx *ctx) in ctr_crypt_final() 231 static unsigned int __ctr_crypt(struct skcipher_walk *walk, in __ctr_crypt() 281 struct skcipher_walk walk; in ctr_crypt() local
|
| D | blowfish_glue.c | 78 struct skcipher_walk walk; in ecb_crypt() local 129 struct skcipher_walk *walk) in __cbc_encrypt() 155 struct skcipher_walk walk; in cbc_encrypt() local 170 struct skcipher_walk *walk) in __cbc_decrypt() 236 struct skcipher_walk walk; in cbc_decrypt() local 250 static void ctr_crypt_final(struct bf_ctx *ctx, struct skcipher_walk *walk) in ctr_crypt_final() 264 static unsigned int __ctr_crypt(struct bf_ctx *ctx, struct skcipher_walk *walk) in __ctr_crypt() 322 struct skcipher_walk walk; in ctr_crypt() local
|
| /kernel/linux/linux-5.10/arch/riscv/mm/ |
| D | pageattr.c | 17 static unsigned long set_pageattr_masks(unsigned long val, struct mm_walk *walk) in set_pageattr_masks() 29 unsigned long next, struct mm_walk *walk) in pageattr_pgd_entry() 42 unsigned long next, struct mm_walk *walk) in pageattr_p4d_entry() 55 unsigned long next, struct mm_walk *walk) in pageattr_pud_entry() 68 unsigned long next, struct mm_walk *walk) in pageattr_pmd_entry() 81 unsigned long next, struct mm_walk *walk) in pageattr_pte_entry() 92 int depth, struct mm_walk *walk) in pageattr_pte_hole()
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | aes-ce-glue.c | 171 struct skcipher_walk walk; in ecb_encrypt() local 191 struct skcipher_walk walk; in ecb_decrypt() local 208 struct skcipher_walk *walk) in cbc_encrypt_walk() 228 struct skcipher_walk walk; in cbc_encrypt() local 238 struct skcipher_walk *walk) in cbc_decrypt_walk() 258 struct skcipher_walk walk; in cbc_decrypt() local 275 struct skcipher_walk walk; in cts_cbc_encrypt() local 333 struct skcipher_walk walk; in cts_cbc_decrypt() local 387 struct skcipher_walk walk; in ctr_encrypt() local 453 struct skcipher_walk walk; in xts_encrypt() local [all …]
|
| /kernel/linux/linux-4.19/arch/openrisc/kernel/ |
| D | dma.c | 30 unsigned long next, struct mm_walk *walk) in page_set_nocache() 52 unsigned long next, struct mm_walk *walk) in page_clear_nocache() 87 struct mm_walk walk = { in arch_dma_alloc() local 120 struct mm_walk walk = { in arch_dma_free() local
|
| /kernel/linux/linux-4.19/arch/arm/crypto/ |
| D | aes-ce-glue.c | 181 struct skcipher_walk walk; in ecb_encrypt() local 201 struct skcipher_walk walk; in ecb_decrypt() local 221 struct skcipher_walk walk; in cbc_encrypt() local 242 struct skcipher_walk walk; in cbc_decrypt() local 263 struct skcipher_walk walk; in ctr_encrypt() local 301 struct skcipher_walk walk; in xts_encrypt() local 323 struct skcipher_walk walk; in xts_decrypt() local
|