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

  /external/openssh/
poly1305.h 16 void poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
cipher-chachapoly.c 73 poly1305_auth(expected_tag, src, aadlen + len, poly_key);
93 poly1305_auth(dest + aadlen + len, dest, aadlen + len,
poly1305.c 34 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN]) { function

Completed in 73 milliseconds