Searched defs:state (Results 1 – 13 of 13) sorted by relevance
/crypto/ |
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() 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 …]
|
D | aegis128-neon.c | 33 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()
|
D | aegis128-neon-inner.c | 30 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()
|
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
|
D | chacha_generic.c | 19 u32 state[16]; in chacha_stream_xor() local 53 u32 state[16]; in crypto_xchacha_crypt() local
|
D | rmd160.c | 22 u32 state[5]; member 49 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
|
D | blake2b_generic.c | 114 void blake2b_compress_generic(struct blake2b_state *state, in blake2b_compress_generic()
|
D | khazad.c | 808 u64 state; in khazad_crypt() local
|
D | sha512_generic.c | 99 sha512_transform(u64 *state, const u8 *input) in sha512_transform()
|
D | anubis.c | 578 u32 state[4]; in anubis_crypt() local
|
D | wp512.c | 786 u64 state[8]; /* the cipher state */ in wp512_process_buffer() local
|
D | algif_hash.c | 237 char state[HASH_MAX_STATESIZE]; in hash_accept() local
|
D | adiantum.c | 231 struct poly1305_state state; in adiantum_hash_header() local
|