Searched refs:POLY1305_TAGLEN (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | poly1305.h | 14 #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)))
|
D | cipher-chachapoly.c | 56 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()
|
D | poly1305.c | 34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsig… in poly1305_auth() argument
|