| /crypto/ |
| D | blkcipher.c | 45 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src() 50 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst() 55 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src() 60 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst() 74 static inline void blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow() 84 static inline void blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast() 102 struct blkcipher_walk *walk, int err) in blkcipher_walk_done() 146 struct blkcipher_walk *walk, in blkcipher_next_slow() 181 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) in blkcipher_next_copy() 196 struct blkcipher_walk *walk) in blkcipher_next_fast() [all …]
|
| D | scatterwalk.c | 33 void scatterwalk_start(struct scatter_walk *walk, struct scatterlist *sg) in scatterwalk_start() 43 void *scatterwalk_map(struct scatter_walk *walk) in scatterwalk_map() 50 static void scatterwalk_pagedone(struct scatter_walk *walk, int out, in scatterwalk_pagedone() 73 void scatterwalk_done(struct scatter_walk *walk, int out, int more) in scatterwalk_done() 81 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, in scatterwalk_copychunks() 111 struct scatter_walk walk; in scatterwalk_map_and_copy() local
|
| D | ablkcipher.c | 47 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 void ablkcipher_done_slow(struct ablkcipher_walk *walk, in ablkcipher_done_slow() 92 static inline void ablkcipher_done_fast(struct ablkcipher_walk *walk, in ablkcipher_done_fast() 103 struct ablkcipher_walk *walk, int err) in ablkcipher_walk_done() 145 struct ablkcipher_walk *walk, in ablkcipher_next_slow() 184 static inline int ablkcipher_copy_iv(struct ablkcipher_walk *walk, in ablkcipher_copy_iv() 210 struct ablkcipher_walk *walk) in ablkcipher_next_fast() 221 struct ablkcipher_walk *walk) in ablkcipher_walk_next() 266 struct ablkcipher_walk *walk) in ablkcipher_walk_first() [all …]
|
| D | pcbc.c | 46 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_segment() 71 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_inplace() 99 struct blkcipher_walk walk; in crypto_pcbc_encrypt() local 122 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_segment() 147 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_inplace() 175 struct blkcipher_walk walk; in crypto_pcbc_decrypt() local
|
| D | cbc.c | 43 struct blkcipher_walk *walk, in crypto_cbc_encrypt_segment() 67 struct blkcipher_walk *walk, in crypto_cbc_encrypt_inplace() 94 struct blkcipher_walk walk; in crypto_cbc_encrypt() local 115 struct blkcipher_walk *walk, in crypto_cbc_decrypt_segment() 141 struct blkcipher_walk *walk, in crypto_cbc_decrypt_inplace() 173 struct blkcipher_walk walk; in crypto_cbc_decrypt() local
|
| D | ecb.c | 42 struct blkcipher_walk *walk, in crypto_ecb_crypt() 73 struct blkcipher_walk walk; in crypto_ecb_encrypt() local 87 struct blkcipher_walk walk; in crypto_ecb_decrypt() local
|
| D | ahash.c | 44 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next() 68 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry() 85 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() 134 struct crypto_hash_walk *walk) in crypto_hash_walk_first() 152 struct crypto_hash_walk *walk) in crypto_ahash_walk_first() 173 struct crypto_hash_walk *walk, in crypto_hash_walk_first_compat()
|
| D | ctr.c | 55 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, in crypto_ctr_crypt_final() 74 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, in crypto_ctr_crypt_segment() 100 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, in crypto_ctr_crypt_inplace() 131 struct blkcipher_walk walk; in crypto_ctr_crypt() local
|
| D | chacha20_generic.c | 146 struct blkcipher_walk walk; in crypto_chacha20_crypt() local
|
| D | salsa20_generic.c | 181 struct blkcipher_walk walk; in encrypt() local
|
| D | arc4.c | 99 struct blkcipher_walk walk; in ecb_arc4_crypt() local
|
| D | crypto_null.c | 81 struct blkcipher_walk walk; in skcipher_null_crypt() local
|
| D | shash.c | 235 struct crypto_hash_walk walk; in shash_ahash_update() local 258 struct crypto_hash_walk walk; in shash_ahash_finup() local 410 struct crypto_hash_walk walk; in shash_compat_update() local
|
| D | keywrap.c | 113 static void crypto_kw_scatterlist_ff(struct scatter_walk *walk, in crypto_kw_scatterlist_ff()
|
| D | xts.c | 175 struct blkcipher_walk walk; in xts_crypt() local
|
| D | lrw.c | 229 struct blkcipher_walk walk; in lrw_crypt() local
|
| D | ccm.c | 213 struct scatter_walk walk; in get_data_to_compute() local
|
| D | heh.c | 380 struct blkcipher_walk walk; in heh_tfm_blocks() local
|