Searched defs:walk (Results 1 – 13 of 13) sorted by relevance
| /crypto/ |
| A D | scatterwalk.c | 28 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp() 33 void scatterwalk_skip(struct scatter_walk *walk, unsigned int nbytes) in scatterwalk_skip() 81 struct scatter_walk walk; in memcpy_from_sglist() local 94 struct scatter_walk walk; in memcpy_to_sglist() local 107 struct skcipher_walk walk = {}; in memcpy_sglist() local 180 static int skcipher_next_copy(struct skcipher_walk *walk) in skcipher_next_copy() 197 static int skcipher_next_fast(struct skcipher_walk *walk) in skcipher_next_fast() 217 static int skcipher_walk_next(struct skcipher_walk *walk) in skcipher_walk_next() 251 static int skcipher_copy_iv(struct skcipher_walk *walk) in skcipher_copy_iv() 273 int skcipher_walk_first(struct skcipher_walk *walk, bool atomic) in skcipher_walk_first() [all …]
|
| A D | pcbc.c | 21 struct skcipher_walk *walk, in crypto_pcbc_encrypt_segment() 43 struct skcipher_walk *walk, in crypto_pcbc_encrypt_inplace() 68 struct skcipher_walk walk; in crypto_pcbc_encrypt() local 88 struct skcipher_walk *walk, in crypto_pcbc_decrypt_segment() 110 struct skcipher_walk *walk, in crypto_pcbc_decrypt_inplace() 135 struct skcipher_walk walk; in crypto_pcbc_decrypt() local
|
| A D | xctr.c | 34 static void crypto_xctr_crypt_final(struct skcipher_walk *walk, in crypto_xctr_crypt_final() 49 static int crypto_xctr_crypt_segment(struct skcipher_walk *walk, in crypto_xctr_crypt_segment() 74 static int crypto_xctr_crypt_inplace(struct skcipher_walk *walk, in crypto_xctr_crypt_inplace() 104 struct skcipher_walk walk; in crypto_xctr_crypt() local
|
| A D | aegis128-core.c | 281 struct scatter_walk walk; in crypto_aegis128_process_ad() local 321 struct skcipher_walk *walk, in crypto_aegis128_process_crypt() 393 struct skcipher_walk walk; in crypto_aegis128_encrypt_generic() local 416 struct skcipher_walk walk; in crypto_aegis128_decrypt_generic() local 454 struct skcipher_walk walk; in crypto_aegis128_encrypt_simd() local 479 struct skcipher_walk walk; in crypto_aegis128_decrypt_simd() local
|
| A D | ctr.c | 28 static void crypto_ctr_crypt_final(struct skcipher_walk *walk, in crypto_ctr_crypt_final() 46 static int crypto_ctr_crypt_segment(struct skcipher_walk *walk, in crypto_ctr_crypt_segment() 72 static int crypto_ctr_crypt_inplace(struct skcipher_walk *walk, in crypto_ctr_crypt_inplace() 104 struct skcipher_walk walk; in crypto_ctr_crypt() local
|
| A D | acompress.c | 474 void acomp_walk_done_src(struct acomp_walk *walk, int used) in acomp_walk_done_src() 487 void acomp_walk_done_dst(struct acomp_walk *walk, int used) in acomp_walk_done_dst() 500 int acomp_walk_next_src(struct acomp_walk *walk) in acomp_walk_next_src() 517 int acomp_walk_next_dst(struct acomp_walk *walk) in acomp_walk_next_dst() 534 int acomp_walk_virt(struct acomp_walk *__restrict walk, in acomp_walk_virt()
|
| A D | deflate.c | 65 struct acomp_walk walk; in deflate_compress_one() local 145 struct acomp_walk walk; in deflate_decompress_one() local
|
| A D | ahash.c | 73 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next() 85 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry() 103 struct crypto_hash_walk *walk) in crypto_hash_walk_first() 125 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() 173 struct crypto_hash_walk walk; in shash_ahash_update() local 186 struct crypto_hash_walk walk; in shash_ahash_finup() local
|
| A D | skcipher.c | 38 int skcipher_walk_virt(struct skcipher_walk *__restrict walk, in skcipher_walk_virt() 74 static int skcipher_walk_aead_common(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_common() 100 int skcipher_walk_aead_encrypt(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_encrypt() 110 int skcipher_walk_aead_decrypt(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_decrypt()
|
| A D | zstd.c | 109 struct acomp_walk walk; in zstd_compress() local 219 struct acomp_walk walk; in zstd_decompress() local
|
| A D | chacha.c | 52 struct skcipher_walk walk; in chacha_stream_xor() local
|
| A D | chacha20poly1305.c | 136 struct scatter_walk walk; in poly_hash() local
|
| A D | lskcipher.c | 168 struct skcipher_walk walk; in crypto_lskcipher_crypt_sg() local
|
Completed in 26 milliseconds