Searched refs:poly1305_state (Results 1 – 9 of 9) sorted by relevance
| /linux/include/crypto/internal/ |
| H A D | poly1305.h | 22 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 D | poly1305.h | 15 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 D | poly1305.h | 33 struct poly1305_state { struct 43 struct poly1305_state h; argument
|
| /linux/lib/crypto/x86/ |
| H A D | poly1305.h | 66 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 D | poly1305.h | 12 asmlinkage void poly1305_emit(const struct poly1305_state *state,
|
| /linux/lib/crypto/riscv/ |
| H A D | poly1305.h | 12 asmlinkage void poly1305_emit(const struct poly1305_state *state,
|
| /linux/lib/crypto/ |
| H A D | poly1305-donna64.c | 33 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 D | poly1305-donna32.c | 32 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 D | poly1305.h | 20 asmlinkage void poly1305_emit(const struct poly1305_state *state,
|