Home
last modified time | relevance | path

Searched refs:poly1305_emit_generic (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/internal/
H A Dpoly1305.h49 static inline void poly1305_emit_generic(const struct poly1305_state *state, in poly1305_emit_generic() function
/linux/lib/crypto/powerpc/
H A Dpoly1305.h65 return poly1305_emit_generic(state, digest, nonce); in poly1305_emit()
/linux/lib/crypto/
H A Dpoly1305.c22 #define poly1305_emit poly1305_emit_generic