/crypto/ |
D | aegis128-core.c | 75 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 …]
|
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_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()
|
D | aegis128-neon.c | 28 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()
|
D | nhpoly1305.c | 75 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
|
D | salsa20_generic.c | 35 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
|
D | chacha_generic.c | 15 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
|
D | poly1305_generic.c | 90 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()
|
D | rmd256.c | 22 u32 state[8]; member 45 static void rmd256_transform(u32 *state, const __le32 *in) in rmd256_transform()
|
D | rmd128.c | 22 u32 state[4]; member 45 static void rmd128_transform(u32 *state, const __le32 *in) in rmd128_transform()
|
D | rmd160.c | 22 u32 state[5]; member 49 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
|
D | rmd320.c | 22 u32 state[10]; member 49 static void rmd320_transform(u32 *state, const __le32 *in) in rmd320_transform()
|
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 | 580 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 | 239 struct poly1305_state state; in adiantum_hash_header() local
|