Searched refs:POLY1305_TAGLEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/crypto/openssh/
H A Dpoly1305.h14 #define POLY1305_TAGLEN 16 macro
16 void poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
18 __attribute__((__bounded__(__minbytes__, 1, POLY1305_TAGLEN)))
H A Dcipher-chachapoly.c47 * POLY1305_TAGLEN bytes at offset 'len'+'aadlen' as the authentication
56 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN];
74 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) {
H A Dpoly1305.c34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN]) {

Completed in 106 milliseconds