HomeSort by: relevance | last modified time | path
    Searched defs:poly1305_update_blocks (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/crypto/adiantum/
adiantum.c 212 poly1305_update_blocks(struct poly1305 *P, const uint8_t *m, size_t mlen)
350 poly1305_update_blocks(&P, m, mlen);
470 poly1305_update_blocks(&P, h0, 32);
1854 poly1305_update_blocks(&P, llenbuf, 16);
1855 poly1305_update_blocks(&P, t, tlen);
210 poly1305_update_blocks(struct poly1305 *P, const uint8_t *m, size_t mlen) function in typeref:typename:void

Completed in 12 milliseconds