Searched refs:aegis_state (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | aegis128-core.c | 30 struct aegis_state { struct 42 void (*crypt_chunk)(struct aegis_state *state, u8 *dst, argument 69 void crypto_aegis128_update_simd(struct aegis_state *state, const void *msg); 70 void crypto_aegis128_encrypt_chunk_simd(struct aegis_state *state, u8 *dst, 72 void crypto_aegis128_decrypt_chunk_simd(struct aegis_state *state, u8 *dst, 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() [all …]
|