Searched refs:poly1305_state_st (Results 1 – 2 of 2) sorted by relevance
178 struct poly1305_state_st { struct186 struct poly1305_state_st *st = (struct poly1305_state_st *)(state); in CRYPTO_poly1305_init_neon() argument212 struct poly1305_state_st *st = (struct poly1305_state_st *)(state); in CRYPTO_poly1305_update_neon()260 struct poly1305_state_st *st = (struct poly1305_state_st *)(state); in CRYPTO_poly1305_finish_neon()
44 struct poly1305_state_st { struct53 static inline struct poly1305_state_st *poly1305_aligned_state( in poly1305_aligned_state() argument55 return (struct poly1305_state_st *)(((uintptr_t)state + 63) & ~63); in poly1305_aligned_state()61 static void poly1305_update(struct poly1305_state_st *state, const uint8_t *in, in poly1305_update()156 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_init()204 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_update()247 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_finish()