Home
last modified time | relevance | path

Searched refs:poly1305_emit (Results 1 – 7 of 7) sorted by relevance

/linux/lib/crypto/
H A Dpoly1305.c22 #define poly1305_emit poly1305_emit_generic macro
80 poly1305_emit(&desc->state.h, dst, desc->s); in poly1305_final()
/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/arm64/
H A Dpoly1305.h20 asmlinkage void poly1305_emit(const struct poly1305_state *state,
/linux/lib/crypto/arm/
H A Dpoly1305.h20 asmlinkage void poly1305_emit(const struct poly1305_state *state,
/linux/lib/crypto/powerpc/
H A Dpoly1305.h61 static void poly1305_emit(const struct poly1305_state *state, in poly1305_emit() function
/linux/lib/crypto/x86/
H A Dpoly1305.h134 static void poly1305_emit(const struct poly1305_state *ctx, in poly1305_emit() function