Home
last modified time | relevance | path

Searched refs:blkcipher_walk (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/crypto/
Dblkcipher.c40 struct blkcipher_walk *walk);
42 struct blkcipher_walk *walk);
44 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src()
49 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst()
54 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src()
59 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst()
73 static inline void blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
83 static inline void blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
101 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
145 struct blkcipher_walk *walk, in blkcipher_next_slow()
[all …]
Decb.c42 struct blkcipher_walk *walk, in crypto_ecb_crypt()
73 struct blkcipher_walk walk; in crypto_ecb_encrypt()
87 struct blkcipher_walk walk; in crypto_ecb_decrypt()
Dctr.c55 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, in crypto_ctr_crypt_final()
73 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, in crypto_ctr_crypt_segment()
99 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, in crypto_ctr_crypt_inplace()
130 struct blkcipher_walk walk; in crypto_ctr_crypt()
Darc4.c99 struct blkcipher_walk walk; in ecb_arc4_crypt()
Dcrypto_null.c81 struct blkcipher_walk walk; in skcipher_null_crypt()
/linux-4.19.296/include/crypto/
Dalgapi.h91 struct blkcipher_walk { struct
241 struct blkcipher_walk *walk, int err);
243 struct blkcipher_walk *walk);
245 struct blkcipher_walk *walk);
247 struct blkcipher_walk *walk,
250 struct blkcipher_walk *walk,
326 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, in blkcipher_walk_init()