Home
last modified time | relevance | path

Searched defs:walk (Results 1 – 18 of 18) sorted by relevance

/crypto/
Dblkcipher.c45 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src()
50 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst()
55 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src()
60 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst()
74 static inline void blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
84 static inline void blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
102 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
146 struct blkcipher_walk *walk, in blkcipher_next_slow()
181 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy()
196 struct blkcipher_walk *walk) in blkcipher_next_fast()
[all …]
Dscatterwalk.c33 void scatterwalk_start(struct scatter_walk *walk, struct scatterlist *sg) in scatterwalk_start()
43 void *scatterwalk_map(struct scatter_walk *walk) in scatterwalk_map()
50 static void scatterwalk_pagedone(struct scatter_walk *walk, int out, in scatterwalk_pagedone()
73 void scatterwalk_done(struct scatter_walk *walk, int out, int more) in scatterwalk_done()
81 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, in scatterwalk_copychunks()
111 struct scatter_walk walk; in scatterwalk_map_and_copy() local
Dablkcipher.c47 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk) in __ablkcipher_walk_complete()
59 static inline void ablkcipher_queue_write(struct ablkcipher_walk *walk, in ablkcipher_queue_write()
76 static inline void ablkcipher_done_slow(struct ablkcipher_walk *walk, in ablkcipher_done_slow()
92 static inline void ablkcipher_done_fast(struct ablkcipher_walk *walk, in ablkcipher_done_fast()
103 struct ablkcipher_walk *walk, int err) in ablkcipher_walk_done()
145 struct ablkcipher_walk *walk, in ablkcipher_next_slow()
184 static inline int ablkcipher_copy_iv(struct ablkcipher_walk *walk, in ablkcipher_copy_iv()
210 struct ablkcipher_walk *walk) in ablkcipher_next_fast()
221 struct ablkcipher_walk *walk) in ablkcipher_walk_next()
266 struct ablkcipher_walk *walk) in ablkcipher_walk_first()
[all …]
Dpcbc.c46 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_segment()
71 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_inplace()
99 struct blkcipher_walk walk; in crypto_pcbc_encrypt() local
122 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_segment()
147 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_inplace()
175 struct blkcipher_walk walk; in crypto_pcbc_decrypt() local
Dcbc.c43 struct blkcipher_walk *walk, in crypto_cbc_encrypt_segment()
67 struct blkcipher_walk *walk, in crypto_cbc_encrypt_inplace()
94 struct blkcipher_walk walk; in crypto_cbc_encrypt() local
115 struct blkcipher_walk *walk, in crypto_cbc_decrypt_segment()
141 struct blkcipher_walk *walk, in crypto_cbc_decrypt_inplace()
173 struct blkcipher_walk walk; in crypto_cbc_decrypt() local
Decb.c42 struct blkcipher_walk *walk, in crypto_ecb_crypt()
73 struct blkcipher_walk walk; in crypto_ecb_encrypt() local
87 struct blkcipher_walk walk; in crypto_ecb_decrypt() local
Dahash.c44 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next()
68 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry()
85 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done()
134 struct crypto_hash_walk *walk) in crypto_hash_walk_first()
152 struct crypto_hash_walk *walk) in crypto_ahash_walk_first()
173 struct crypto_hash_walk *walk, in crypto_hash_walk_first_compat()
Dctr.c55 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, in crypto_ctr_crypt_final()
74 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, in crypto_ctr_crypt_segment()
100 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, in crypto_ctr_crypt_inplace()
131 struct blkcipher_walk walk; in crypto_ctr_crypt() local
Dchacha20_generic.c146 struct blkcipher_walk walk; in crypto_chacha20_crypt() local
Dsalsa20_generic.c181 struct blkcipher_walk walk; in encrypt() local
Darc4.c99 struct blkcipher_walk walk; in ecb_arc4_crypt() local
Dcrypto_null.c81 struct blkcipher_walk walk; in skcipher_null_crypt() local
Dshash.c235 struct crypto_hash_walk walk; in shash_ahash_update() local
258 struct crypto_hash_walk walk; in shash_ahash_finup() local
410 struct crypto_hash_walk walk; in shash_compat_update() local
Dkeywrap.c113 static void crypto_kw_scatterlist_ff(struct scatter_walk *walk, in crypto_kw_scatterlist_ff()
Dxts.c175 struct blkcipher_walk walk; in xts_crypt() local
Dlrw.c229 struct blkcipher_walk walk; in lrw_crypt() local
Dccm.c213 struct scatter_walk walk; in get_data_to_compute() local
Dheh.c380 struct blkcipher_walk walk; in heh_tfm_blocks() local