Home
last modified time | relevance | path

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

/crypto/
Dblkcipher.c39 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src()
44 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst()
49 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src()
54 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst()
68 static inline void blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
78 static inline void blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
96 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
140 struct blkcipher_walk *walk, in blkcipher_next_slow()
175 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy()
190 struct blkcipher_walk *walk) in blkcipher_next_fast()
[all …]
Dcfb.c42 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
Dskcipher.c44 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 …]
Dablkcipher.c40 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk) in __ablkcipher_walk_complete()
52 static inline void ablkcipher_queue_write(struct ablkcipher_walk *walk, in ablkcipher_queue_write()
69 static inline void ablkcipher_done_slow(struct ablkcipher_walk *walk, in ablkcipher_done_slow()
85 static inline void ablkcipher_done_fast(struct ablkcipher_walk *walk, in ablkcipher_done_fast()
96 struct ablkcipher_walk *walk, int err) in ablkcipher_walk_done()
138 struct ablkcipher_walk *walk, in ablkcipher_next_slow()
177 static inline int ablkcipher_copy_iv(struct ablkcipher_walk *walk, in ablkcipher_copy_iv()
203 struct ablkcipher_walk *walk) in ablkcipher_next_fast()
214 struct ablkcipher_walk *walk) in ablkcipher_walk_next()
259 struct ablkcipher_walk *walk) in ablkcipher_walk_first()
[all …]
Dpcbc.c20 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
Dscatterwalk.c26 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, in scatterwalk_copychunks()
58 struct scatter_walk walk; in scatterwalk_map_and_copy() local
Dctr.c27 static void crypto_ctr_crypt_final(struct skcipher_walk *walk, in crypto_ctr_crypt_final()
45 static int crypto_ctr_crypt_segment(struct skcipher_walk *walk, in crypto_ctr_crypt_segment()
71 static int crypto_ctr_crypt_inplace(struct skcipher_walk *walk, in crypto_ctr_crypt_inplace()
103 struct skcipher_walk walk; in crypto_ctr_crypt() local
Dahash.c40 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next()
64 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry()
81 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done()
130 struct crypto_hash_walk *walk) in crypto_hash_walk_first()
148 struct crypto_hash_walk *walk) in crypto_ahash_walk_first()
Darc4.c28 struct skcipher_walk walk; in crypto_arc4_crypt() local
Dofb.c22 struct skcipher_walk walk; in crypto_ofb_crypt() local
Dcbc.c37 struct skcipher_walk walk; in crypto_cbc_decrypt() local
Decb.c20 struct skcipher_walk walk; in crypto_ecb_crypt() local
Dsalsa20_generic.c157 struct skcipher_walk walk; in salsa20_crypt() local
Daegis128-core.c285 struct scatter_walk walk; in crypto_aegis128_process_ad() local
330 struct skcipher_walk walk; in crypto_aegis128_process_crypt() local
Dkeywrap.c101 static void crypto_kw_scatterlist_ff(struct scatter_walk *walk, in crypto_kw_scatterlist_ff()
Dchacha_generic.c37 struct skcipher_walk walk; in chacha_stream_xor() local
Dcrypto_null.c78 struct skcipher_walk walk; in null_skcipher_crypt() local
Dshash.c254 struct crypto_hash_walk walk; in shash_ahash_update() local
277 struct crypto_hash_walk walk; in shash_ahash_finup() local