Searched refs:poly1305_auth (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | cipher-chachapoly.c | 91 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt() 111 poly1305_auth(dest + aadlen + len, dest, aadlen + len, in chachapoly_crypt()
|
| H A D | cipher-chachapoly-libcrypto.c | 108 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt() 134 poly1305_auth(dest + aadlen + len, dest, aadlen + len, in chachapoly_crypt()
|
| H A D | poly1305.h | 16 void poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
|
| H A D | poly1305.c | 31 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsig… in poly1305_auth() function
|
| H A D | ssh_namespace.h | 506 #define poly1305_auth Fssh_poly1305_auth macro
|