Searched refs:s_poly1305_block (Results 1 – 1 of 1) sorted by relevance
14 static void s_poly1305_block(poly1305_state *st, const unsigned char *in, unsigned long inlen) in s_poly1305_block() function138 s_poly1305_block(st, st->buffer, 16); in poly1305_process()145 s_poly1305_block(st, in, want); in poly1305_process()183 s_poly1305_block(st, st->buffer, 16); in poly1305_done()
Completed in 2 milliseconds