Searched refs:poly1305_update (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/poly1305/
H A Dpoly1305.c61 static void poly1305_update(struct poly1305_state_st *state, const uint8_t *in, function
226 poly1305_update(state, state->buf, 16);
233 poly1305_update(state, in, todo);
260 poly1305_update(state, state->buf, state->buf_used);

Completed in 68 milliseconds