Home
last modified time | relevance | path

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

/dflybsd-src/sys/crypto/poly1305/
H A Dpoly1305.c39 poly1305_init(poly1305_state *st, const uint8_t key[POLY1305_KEY_SIZE]) in poly1305_init() function
/dflybsd-src/crypto/libressl/crypto/poly1305/
H A Dpoly1305-donna.c55 poly1305_init(poly1305_context *ctx, const unsigned char key[32]) in poly1305_init() function