Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dpoly1305.h22 static inline void poly1305_core_init(struct poly1305_state *state) in poly1305_core_init()
24 *state = (struct poly1305_state){}; in poly1305_core_init()
27 void poly1305_core_blocks(struct poly1305_state *state,
30 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4],
49 static inline void poly1305_emit_generic(const struct poly1305_state *state, in poly1305_emit_generic()
/linux/lib/crypto/powerpc/
H A Dpoly1305.h15 asmlinkage void poly1305_emit_64(const struct poly1305_state *state, const u32 nonce[4], u8 digest[…
37 dctx->h = (struct poly1305_state){}; in poly1305_block_init()
61 static void poly1305_emit(const struct poly1305_state *state, in poly1305_emit()
/linux/include/crypto/
H A Dpoly1305.h33 struct poly1305_state { struct
43 struct poly1305_state h; argument
/linux/lib/crypto/x86/
H A Dpoly1305.h66 asmlinkage void poly1305_emit_x86_64(const struct poly1305_state *ctx,
69 asmlinkage void poly1305_emit_avx(const struct poly1305_state *ctx,
134 static void poly1305_emit(const struct poly1305_state *ctx, in poly1305_emit()
/linux/lib/crypto/mips/
H A Dpoly1305.h12 asmlinkage void poly1305_emit(const struct poly1305_state *state,
/linux/lib/crypto/riscv/
H A Dpoly1305.h12 asmlinkage void poly1305_emit(const struct poly1305_state *state,
/linux/lib/crypto/
H A Dpoly1305-donna64.c33 void poly1305_core_blocks(struct poly1305_state *state, in poly1305_core_blocks()
112 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4], in poly1305_core_emit()
H A Dpoly1305-donna32.c32 void poly1305_core_blocks(struct poly1305_state *state, in poly1305_core_blocks()
121 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4], in poly1305_core_emit()
/linux/lib/crypto/arm/
H A Dpoly1305.h20 asmlinkage void poly1305_emit(const struct poly1305_state *state,