Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/poly1305/
Dpoly1305.c61 static void poly1305_update(struct poly1305_state_st *state, const uint8_t *in, in poly1305_update() function
226 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()