Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
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()
93 struct ablkcipher_walk *walk);
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()
[all …]
/Linux-v5.4/include/crypto/
Dalgapi.h118 struct ablkcipher_walk { struct
251 struct ablkcipher_walk *walk, int err);
253 struct ablkcipher_walk *walk);
254 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk);
332 static inline void ablkcipher_walk_init(struct ablkcipher_walk *walk, in ablkcipher_walk_init()
343 static inline void ablkcipher_walk_complete(struct ablkcipher_walk *walk) in ablkcipher_walk_complete()
/Linux-v5.4/drivers/crypto/
Dn2_core.c686 struct ablkcipher_walk walk;
725 struct ablkcipher_walk walk;
883 struct ablkcipher_walk *walk = &rctx->walk; in n2_compute_chunks()
/Linux-v5.4/drivers/crypto/ux500/cryp/
Dcryp_core.c890 struct ablkcipher_walk walk; in ablk_crypt()