Searched refs:blkcipher_walk (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/crypto/ |
D | blkcipher.c | 40 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 …]
|
D | ecb.c | 42 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()
|
D | ctr.c | 55 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()
|
D | arc4.c | 99 struct blkcipher_walk walk; in ecb_arc4_crypt()
|
D | crypto_null.c | 81 struct blkcipher_walk walk; in skcipher_null_crypt()
|
/linux-4.19.296/include/crypto/ |
D | algapi.h | 91 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()
|