Searched refs:poly1305_state (Results 1 – 4 of 4) sorted by relevance
20 struct poly1305_state { struct30 struct poly1305_state h; argument47 static inline void poly1305_core_init(struct poly1305_state *state) in poly1305_core_init()51 void poly1305_core_blocks(struct poly1305_state *state,54 void poly1305_core_emit(const struct poly1305_state *state, void *dst);
43 struct poly1305_state poly_state;
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()
239 struct poly1305_state state; in adiantum_hash_header()