Home
last modified time | relevance | path

Searched refs:poly1305_state (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/crypto/
Dpoly1305.h20 struct poly1305_state { struct
30 struct poly1305_state h; argument
47 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);
Dnhpoly1305.h43 struct poly1305_state poly_state;
/Linux-v5.4/crypto/
Dpoly1305_generic.c90 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()
Dadiantum.c239 struct poly1305_state state; in adiantum_hash_header()