Home
last modified time | relevance | path

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

/crypto/
Daegis128-core.c75 static void crypto_aegis128_update(struct aegis_state *state) in crypto_aegis128_update()
87 static void crypto_aegis128_update_a(struct aegis_state *state, in crypto_aegis128_update_a()
99 static void crypto_aegis128_update_u(struct aegis_state *state, const void *msg) in crypto_aegis128_update_u()
110 static void crypto_aegis128_init(struct aegis_state *state, in crypto_aegis128_init()
135 static void crypto_aegis128_ad(struct aegis_state *state, in crypto_aegis128_ad()
158 static void crypto_aegis128_encrypt_chunk(struct aegis_state *state, u8 *dst, in crypto_aegis128_encrypt_chunk()
219 static void crypto_aegis128_decrypt_chunk(struct aegis_state *state, u8 *dst, in crypto_aegis128_decrypt_chunk()
281 static void crypto_aegis128_process_ad(struct aegis_state *state, in crypto_aegis128_process_ad()
326 static void crypto_aegis128_process_crypt(struct aegis_state *state, in crypto_aegis128_process_crypt()
347 static void crypto_aegis128_final(struct aegis_state *state, in crypto_aegis128_final()
[all …]
Daegis128-neon-inner.c31 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_update_neon(void *state, const void *msg) in crypto_aegis128_update_neon()
146 void crypto_aegis128_encrypt_chunk_neon(void *state, void *dst, const void *src, in crypto_aegis128_encrypt_chunk_neon()
180 void crypto_aegis128_decrypt_chunk_neon(void *state, void *dst, const void *src, in crypto_aegis128_decrypt_chunk_neon()
Daegis128-neon.c28 void crypto_aegis128_update_simd(union aegis_block *state, const void *msg) in crypto_aegis128_update_simd()
35 void crypto_aegis128_encrypt_chunk_simd(union aegis_block *state, u8 *dst, in crypto_aegis128_encrypt_chunk_simd()
43 void crypto_aegis128_decrypt_chunk_simd(union aegis_block *state, u8 *dst, in crypto_aegis128_decrypt_chunk_simd()
Dnhpoly1305.c75 static void process_nh_hash_value(struct nhpoly1305_state *state, in process_nh_hash_value()
91 static void nhpoly1305_units(struct nhpoly1305_state *state, in nhpoly1305_units()
145 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_init() local
158 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_update_helper() local
199 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_final_helper() local
Dsalsa20_generic.c35 static void salsa20_block(u32 *state, __le32 *stream) in salsa20_block()
84 static void salsa20_docrypt(u32 *state, u8 *dst, const u8 *src, in salsa20_docrypt()
103 static void salsa20_init(u32 *state, const struct salsa20_ctx *ctx, in salsa20_init()
158 u32 state[16]; in salsa20_crypt() local
Dchacha_generic.c15 static void chacha_docrypt(u32 *state, u8 *dst, const u8 *src, in chacha_docrypt()
38 u32 state[16]; in chacha_stream_xor() local
59 void crypto_chacha_init(u32 *state, const struct chacha_ctx *ctx, const u8 *iv) in crypto_chacha_init()
124 u32 state[16]; in crypto_xchacha_crypt() local
Dpoly1305_generic.c90 static void poly1305_blocks_internal(struct poly1305_state *state, in poly1305_blocks_internal()
158 void poly1305_core_blocks(struct poly1305_state *state, in poly1305_core_blocks()
216 void poly1305_core_emit(const struct poly1305_state *state, void *dst) in poly1305_core_emit()
Drmd256.c22 u32 state[8]; member
45 static void rmd256_transform(u32 *state, const __le32 *in) in rmd256_transform()
Drmd128.c22 u32 state[4]; member
45 static void rmd128_transform(u32 *state, const __le32 *in) in rmd128_transform()
Drmd160.c22 u32 state[5]; member
49 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
Drmd320.c22 u32 state[10]; member
49 static void rmd320_transform(u32 *state, const __le32 *in) in rmd320_transform()
Dkhazad.c808 u64 state; in khazad_crypt() local
Dsha512_generic.c99 sha512_transform(u64 *state, const u8 *input) in sha512_transform()
Danubis.c580 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.c239 struct poly1305_state state; in adiantum_hash_header() local