Home
last modified time | relevance | path

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

/external/openssh/
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)))
Dcipher-chachapoly.c56 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt()
74 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt()
Dpoly1305.c34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsig… in poly1305_auth() argument