Searched defs:state (Results 1 – 14 of 14) sorted by relevance
| /crypto/ |
| A D | aegis128-core.c | 61 static void crypto_aegis128_update(struct aegis_state *state) in crypto_aegis128_update() 73 static void crypto_aegis128_update_a(struct aegis_state *state, in crypto_aegis128_update_a() 98 static void crypto_aegis128_init(struct aegis_state *state, in crypto_aegis128_init() 123 static void crypto_aegis128_ad(struct aegis_state *state, in crypto_aegis128_ad() 320 int crypto_aegis128_process_crypt(struct aegis_state *state, in crypto_aegis128_process_crypt() 322 void (*crypt)(struct aegis_state *state, in crypto_aegis128_process_crypt() 342 static void crypto_aegis128_final(struct aegis_state *state, in crypto_aegis128_final() 394 struct aegis_state state; in crypto_aegis128_encrypt_generic() local 417 struct aegis_state state; in crypto_aegis128_decrypt_generic() local 455 struct aegis_state state; in crypto_aegis128_encrypt_simd() local [all …]
|
| A D | aegis128-neon.c | 23 void crypto_aegis128_init_simd(struct aegis_state *state, in crypto_aegis128_init_simd() 32 void crypto_aegis128_update_simd(struct aegis_state *state, const void *msg) in crypto_aegis128_update_simd() 39 void crypto_aegis128_encrypt_chunk_simd(struct aegis_state *state, u8 *dst, in crypto_aegis128_encrypt_chunk_simd() 47 void crypto_aegis128_decrypt_chunk_simd(struct aegis_state *state, u8 *dst, in crypto_aegis128_decrypt_chunk_simd() 55 int crypto_aegis128_final_simd(struct aegis_state *state, in crypto_aegis128_final_simd()
|
| A D | aegis128-neon-inner.c | 31 static struct aegis128_state aegis128_load_state_neon(const void *state) in aegis128_load_state_neon() 42 static void aegis128_save_state_neon(struct aegis128_state st, void *state) in aegis128_save_state_neon() 135 void crypto_aegis128_init_neon(void *state, const void *key, const void *iv) in crypto_aegis128_init_neon() 165 void crypto_aegis128_update_neon(void *state, const void *msg) in crypto_aegis128_update_neon() 222 void crypto_aegis128_encrypt_chunk_neon(void *state, void *dst, const void *src, in crypto_aegis128_encrypt_chunk_neon() 271 void crypto_aegis128_decrypt_chunk_neon(void *state, void *dst, const void *src, in crypto_aegis128_decrypt_chunk_neon() 317 int crypto_aegis128_final_neon(void *state, void *tag_xor, in crypto_aegis128_final_neon()
|
| A D | nhpoly1305.c | 76 static void process_nh_hash_value(struct nhpoly1305_state *state, in process_nh_hash_value() 92 static void nhpoly1305_units(struct nhpoly1305_state *state, in nhpoly1305_units() 146 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_init() local 159 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_update_helper() local 200 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_final_helper() local
|
| A D | chacha.c | 53 struct chacha_state state; in chacha_stream_xor() local 100 struct chacha_state state; in crypto_xchacha_crypt() local
|
| A D | acompress.c | 169 struct acomp_req_chain *state = &req->chain; in acomp_save_req() local 179 struct acomp_req_chain *state = req->base.data; in acomp_restore_req() local 187 struct acomp_req_chain *state = &req->chain; in acomp_reqchain_virt() local 199 struct acomp_req_chain *state = &req->chain; in acomp_virt_to_sg() local
|
| A D | rmd160.c | 19 u32 state[5]; member 45 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
|
| A D | blake2b_generic.c | 114 static void blake2b_compress_generic(struct blake2b_state *state, in blake2b_compress_generic()
|
| A D | khazad.c | 804 u64 state; in khazad_crypt() local
|
| A D | anubis.c | 575 u32 state[4]; in anubis_crypt() local
|
| A D | wp512.c | 784 u64 state[8]; /* the cipher state */ in wp512_process_buffer() local
|
| A D | algif_hash.c | 237 char *state; in hash_accept() local
|
| A D | adiantum.c | 231 struct poly1305_state state; in adiantum_hash_header() local
|
| A D | ahash.c | 341 u8 state[HASH_MAX_STATESIZE]; in ahash_do_req_chain() local
|
Completed in 32 milliseconds