HomeSort by relevance Sort by last modified time
    Searched refs:POLY1305_TAGLEN (Results 1 - 3 of 3) sorted by null

  /external/openssh/
poly1305.h 14 #define POLY1305_TAGLEN 16
16 void poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
18 __attribute__((__bounded__(__minbytes__, 1, POLY1305_TAGLEN)))
cipher-chachapoly.c 48 * POLY1305_TAGLEN bytes at offset 'len'+'aadlen' as the authentication
57 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN];
75 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) {
poly1305.c 34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN]) {

Completed in 149 milliseconds