Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dpoly1305.h41 static inline void poly1305_blocks_generic(struct poly1305_block_state *state, in poly1305_blocks_generic() function
/linux/lib/crypto/powerpc/
H A Dpoly1305.h46 return poly1305_blocks_generic(state, src, len, padbit); in poly1305_blocks()
/linux/lib/crypto/
H A Dpoly1305.c21 #define poly1305_blocks poly1305_blocks_generic