Searched refs:poly1305_auth (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 324 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt() 343 poly1305_auth(dest + aadlen + len, dest, aadlen + len, in chachapoly_crypt()
|
H A D | poly1305.c | 28 poly1305_auth(unsigned char out[POLY1305_TAGLEN], in poly1305_auth() function
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
H A D | lws-ssh.h | 590 poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
|
Completed in 6 milliseconds