Searched refs:poly1305_auth (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dpoly1305.h16 void poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
H A Dcipher-chachapoly.c73 poly1305_auth(expected_tag, src, aadlen + len, poly_key);
93 poly1305_auth(dest + aadlen + len, dest, aadlen + len,
H A Dpoly1305.c34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN]) { function
H A Dssh_namespace.h525 #define poly1305_auth Fssh_poly1305_auth macro

Completed in 113 milliseconds