Home
last modified time | relevance | path

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

/dflybsd-src/sys/crypto/poly1305/
H A Dpoly1305.c159 poly1305_update(poly1305_state *st, const uint8_t *m, size_t bytes) in poly1305_update() function
/dflybsd-src/crypto/libressl/crypto/poly1305/
H A Dpoly1305-donna.c177 poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) in poly1305_update() function