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

/linux-4.1.27/crypto/
H A Dablkcipher.c47 void __ablkcipher_walk_complete(struct ablkcipher_walk *walk) __ablkcipher_walk_complete()
59 static inline void ablkcipher_queue_write(struct ablkcipher_walk *walk, ablkcipher_queue_write()
76 static inline unsigned int ablkcipher_done_slow(struct ablkcipher_walk *walk, ablkcipher_done_slow()
96 static inline unsigned int ablkcipher_done_fast(struct ablkcipher_walk *walk, ablkcipher_done_fast()
106 struct ablkcipher_walk *walk);
109 struct ablkcipher_walk *walk, int err) ablkcipher_walk_done()
150 struct ablkcipher_walk *walk, ablkcipher_next_slow()
189 static inline int ablkcipher_copy_iv(struct ablkcipher_walk *walk, ablkcipher_copy_iv()
215 struct ablkcipher_walk *walk) ablkcipher_next_fast()
226 struct ablkcipher_walk *walk) ablkcipher_walk_next()
271 struct ablkcipher_walk *walk) ablkcipher_walk_first()
300 struct ablkcipher_walk *walk) ablkcipher_walk_phys()
/linux-4.1.27/include/crypto/
H A 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, ablkcipher_walk_init()
330 static inline void ablkcipher_walk_complete(struct ablkcipher_walk *walk) ablkcipher_walk_complete()
/linux-4.1.27/drivers/crypto/
H A Dn2_core.c672 struct ablkcipher_walk walk;
711 struct ablkcipher_walk walk;
876 struct ablkcipher_walk *walk = &rctx->walk; n2_compute_chunks()
/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c883 struct ablkcipher_walk walk; ablk_crypt()

Completed in 69 milliseconds