Searched refs:poly1305_auth (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.c | 74 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt() 94 poly1305_auth(dest + aadlen + len, dest, aadlen + len, in chachapoly_crypt()
|
D | poly1305.h | 16 void poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
|
D | poly1305.c | 34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsig… in poly1305_auth() function
|