Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
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 unsigned int ablkcipher_done_slow(struct ablkcipher_walk *walk, in ablkcipher_done_slow()
96 static inline unsigned int ablkcipher_done_fast(struct ablkcipher_walk *walk, in ablkcipher_done_fast()
106 struct ablkcipher_walk *walk);
109 struct ablkcipher_walk *walk, int err) in ablkcipher_walk_done()
150 struct ablkcipher_walk *walk, in ablkcipher_next_slow()
189 static inline int ablkcipher_copy_iv(struct ablkcipher_walk *walk, in ablkcipher_copy_iv()
215 struct ablkcipher_walk *walk) in ablkcipher_next_fast()
226 struct ablkcipher_walk *walk) in ablkcipher_walk_next()
[all …]
/linux-4.1.27/include/crypto/
Dalgapi.h111 struct ablkcipher_walk { struct
204 struct ablkcipher_walk *walk, int err);
206 struct ablkcipher_walk *walk);
207 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk);
319 static inline void ablkcipher_walk_init(struct ablkcipher_walk *walk, in ablkcipher_walk_init()
330 static inline void ablkcipher_walk_complete(struct ablkcipher_walk *walk) in ablkcipher_walk_complete()
/linux-4.1.27/drivers/crypto/
Dn2_core.c672 struct ablkcipher_walk walk;
711 struct ablkcipher_walk walk;
876 struct ablkcipher_walk *walk = &rctx->walk; in n2_compute_chunks()
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c883 struct ablkcipher_walk walk; in ablk_crypt()