Home
last modified time | relevance | path

Searched defs:state (Results 1 – 13 of 13) sorted by relevance

/crypto/
Daegis128-core.c61 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()
86 static void crypto_aegis128_update_u(struct aegis_state *state, const void *msg, in crypto_aegis128_update_u()
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()
147 static void crypto_aegis128_wipe_chunk(struct aegis_state *state, u8 *dst, in crypto_aegis128_wipe_chunk()
153 static void crypto_aegis128_encrypt_chunk(struct aegis_state *state, u8 *dst, in crypto_aegis128_encrypt_chunk()
214 static void crypto_aegis128_decrypt_chunk(struct aegis_state *state, u8 *dst, in crypto_aegis128_decrypt_chunk()
276 static void crypto_aegis128_process_ad(struct aegis_state *state, in crypto_aegis128_process_ad()
323 int crypto_aegis128_process_crypt(struct aegis_state *state, in crypto_aegis128_process_crypt()
[all …]
Daegis128-neon.c33 void crypto_aegis128_init_simd(struct aegis_state *state, in crypto_aegis128_init_simd()
42 void crypto_aegis128_update_simd(struct aegis_state *state, const void *msg) in crypto_aegis128_update_simd()
49 void crypto_aegis128_encrypt_chunk_simd(struct aegis_state *state, u8 *dst, in crypto_aegis128_encrypt_chunk_simd()
57 void crypto_aegis128_decrypt_chunk_simd(struct aegis_state *state, u8 *dst, in crypto_aegis128_decrypt_chunk_simd()
65 int crypto_aegis128_final_simd(struct aegis_state *state, in crypto_aegis128_final_simd()
Daegis128-neon-inner.c30 static struct aegis128_state aegis128_load_state_neon(const void *state) in aegis128_load_state_neon()
41 static void aegis128_save_state_neon(struct aegis128_state st, void *state) in aegis128_save_state_neon()
134 void crypto_aegis128_init_neon(void *state, const void *key, const void *iv) in crypto_aegis128_init_neon()
164 void crypto_aegis128_update_neon(void *state, const void *msg) in crypto_aegis128_update_neon()
221 void crypto_aegis128_encrypt_chunk_neon(void *state, void *dst, const void *src, in crypto_aegis128_encrypt_chunk_neon()
270 void crypto_aegis128_decrypt_chunk_neon(void *state, void *dst, const void *src, in crypto_aegis128_decrypt_chunk_neon()
316 int crypto_aegis128_final_neon(void *state, void *tag_xor, in crypto_aegis128_final_neon()
Dnhpoly1305.c76 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
Dchacha_generic.c19 u32 state[16]; in chacha_stream_xor() local
53 u32 state[16]; in crypto_xchacha_crypt() local
Drmd160.c22 u32 state[5]; member
49 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
Dblake2b_generic.c114 void blake2b_compress_generic(struct blake2b_state *state, in blake2b_compress_generic()
Dkhazad.c808 u64 state; in khazad_crypt() local
Dsha512_generic.c99 sha512_transform(u64 *state, const u8 *input) in sha512_transform()
Danubis.c578 u32 state[4]; in anubis_crypt() local
Dwp512.c786 u64 state[8]; /* the cipher state */ in wp512_process_buffer() local
Dalgif_hash.c237 char state[HASH_MAX_STATESIZE]; in hash_accept() local
Dadiantum.c231 struct poly1305_state state; in adiantum_hash_header() local