Searched defs:walk (Results 1 - 25 of 112) sorted by relevance

12345

/linux-master/include/crypto/
H A Dctr.h27 struct skcipher_walk walk; local
[all...]
H A Dscatterwalk.h29 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) argument
36 static inline unsigned int scatterwalk_clamp(struct scatter_walk *walk, argument
43 static inline void scatterwalk_advance(struct scatter_walk *walk, argument
49 static inline struct page *scatterwalk_page(struct scatter_walk *walk) argument
59 scatterwalk_start(struct scatter_walk *walk, struct scatterlist *sg) argument
66 scatterwalk_map(struct scatter_walk *walk) argument
72 scatterwalk_pagedone(struct scatter_walk *walk, int out, unsigned int more) argument
86 scatterwalk_done(struct scatter_walk *walk, int out, int more) argument
[all...]
/linux-master/crypto/
H A Dchacha_generic.c18 struct skcipher_walk walk; local
H A Dscatterwalk.c26 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, argument
58 struct scatter_walk walk; local
H A Dxctr.c34 static void crypto_xctr_crypt_final(struct skcipher_walk *walk, argument
49 static int crypto_xctr_crypt_segment(struct skcipher_walk *walk, argument
74 crypto_xctr_crypt_inplace(struct skcipher_walk *walk, struct crypto_cipher *tfm, u32 byte_ctr) argument
104 struct skcipher_walk walk; local
[all...]
H A Dpcbc.c68 struct skcipher_walk walk; local
20 crypto_pcbc_encrypt_segment(struct skcipher_request *req, struct skcipher_walk *walk, struct crypto_cipher *tfm) argument
42 crypto_pcbc_encrypt_inplace(struct skcipher_request *req, struct skcipher_walk *walk, struct crypto_cipher *tfm) argument
87 crypto_pcbc_decrypt_segment(struct skcipher_request *req, struct skcipher_walk *walk, struct crypto_cipher *tfm) argument
109 crypto_pcbc_decrypt_inplace(struct skcipher_request *req, struct skcipher_walk *walk, struct crypto_cipher *tfm) argument
135 struct skcipher_walk walk; local
[all...]
H A Dcrypto_null.c78 struct skcipher_walk walk; local
H A Dkeywrap.c102 static void crypto_kw_scatterlist_ff(struct scatter_walk *walk, argument
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c25 struct skcipher_walk walk; local
[all...]
/linux-master/arch/mips/crypto/
H A Dchacha-glue.c32 struct skcipher_walk walk; local
[all...]
/linux-master/arch/openrisc/kernel/
H A Ddma.c24 page_set_nocache(pte_t *pte, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
50 page_clear_nocache(pte_t *pte, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pt_walk.h101 xe_pt_covers(u64 addr, u64 end, unsigned int level, const struct xe_pt_walk *walk) argument
121 xe_pt_num_entries(u64 addr, u64 end, unsigned int level, const struct xe_pt_walk *walk) argument
140 xe_pt_offset(u64 addr, unsigned int level, const struct xe_pt_walk *walk) argument
[all...]
H A Dxe_pt_walk.c27 xe_pt_addr_end(u64 addr, u64 end, unsigned int level, const struct xe_pt_walk *walk) argument
36 xe_pt_next(pgoff_t *offset, u64 *addr, u64 next, u64 end, unsigned int level, const struct xe_pt_walk *walk) argument
73 xe_pt_walk_range(struct xe_ptw *parent, unsigned int level, u64 addr, u64 end, struct xe_pt_walk *walk) argument
139 xe_pt_walk_shared(struct xe_ptw *parent, unsigned int level, u64 addr, u64 end, struct xe_pt_walk *walk) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c107 struct skcipher_walk walk; local
[all...]
H A Dsm4-neon-glue.c38 struct skcipher_walk walk; local
84 struct skcipher_walk walk; local
116 struct skcipher_walk walk; local
147 struct skcipher_walk walk; local
[all...]
/linux-master/arch/x86/crypto/
H A Daria_gfni_avx512_glue.c80 struct skcipher_walk walk; local
[all...]
H A Dchacha_glue.c167 struct skcipher_walk walk; local
[all...]
/linux-master/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c138 subpage_walk_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long end, struct mm_walk *walk) argument
/linux-master/arch/s390/crypto/
H A Dchacha-glue.c39 struct skcipher_walk walk; local
[all...]
/linux-master/mm/
H A Dptdump.c16 static inline int note_kasan_page_table(struct mm_walk *walk, argument
29 ptdump_pgd_entry(pgd_t *pgd, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
52 ptdump_p4d_entry(p4d_t *p4d, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
75 ptdump_pud_entry(pud_t *pud, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
98 ptdump_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
119 ptdump_pte_entry(pte_t *pte, unsigned long addr, unsigned long next, struct mm_walk *walk) argument
133 ptdump_hole(unsigned long addr, unsigned long next, int depth, struct mm_walk *walk) argument
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes_cbc.c75 struct skcipher_walk walk; local
H A Daes_ctr.c94 struct skcipher_walk walk; local
69 p8_aes_ctr_final(const struct p8_aes_ctr_ctx *ctx, struct skcipher_walk *walk) argument
[all...]
H A Daes_xts.c82 struct skcipher_walk walk; local
/linux-master/arch/sparc/crypto/
H A Dcamellia_glue.c92 struct skcipher_walk walk; local
142 struct skcipher_walk walk; local
171 struct skcipher_walk walk; local
[all...]
/linux-master/arch/arm/crypto/
H A Dchacha-glue.c113 struct skcipher_walk walk; local
[all...]

Completed in 717 milliseconds

12345