Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dpoly1305.h14 #define POLY1305_TAGLEN 16 macro
H A Dpoly1305.c34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsig… in poly1305_auth()