Home
last modified time | relevance | path

Searched refs:ablkcipher_walk (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/crypto/
Dablkcipher.c45 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()
98 struct ablkcipher_walk *walk);
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()
[all …]
/Linux-v4.19/include/crypto/
Dalgapi.h121 struct ablkcipher_walk { struct
255 struct ablkcipher_walk *walk, int err);
257 struct ablkcipher_walk *walk);
258 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk);
336 static inline void ablkcipher_walk_init(struct ablkcipher_walk *walk, in ablkcipher_walk_init()
347 static inline void ablkcipher_walk_complete(struct ablkcipher_walk *walk) in ablkcipher_walk_complete()
/Linux-v4.19/drivers/crypto/
Dn2_core.c687 struct ablkcipher_walk walk;
726 struct ablkcipher_walk walk;
891 struct ablkcipher_walk *walk = &rctx->walk; in n2_compute_chunks()
/Linux-v4.19/drivers/crypto/ux500/cryp/
Dcryp_core.c884 struct ablkcipher_walk walk; in ablk_crypt()