Searched refs:poly1305_update (Results 1 – 1 of 1) sorted by relevance
61 static void poly1305_update(struct poly1305_state_st *state, const uint8_t *in, in poly1305_update() function226 poly1305_update(state, state->buf, 16); in CRYPTO_poly1305_update()233 poly1305_update(state, in, todo); in CRYPTO_poly1305_update()260 poly1305_update(state, state->buf, state->buf_used); in CRYPTO_poly1305_finish()