Searched refs:POLY1305_KEYLEN (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dpoly1305.h13 #define POLY1305_KEYLEN 32 macro
17 const u_char key[POLY1305_KEYLEN])
20 __attribute__((__bounded__(__minbytes__, 4, POLY1305_KEYLEN)));
H A Dcipher-chachapoly.c67 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN];
H A Dcipher-chachapoly-libcrypto.c83 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN];
H A Dpoly1305.c29 poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN]) {
/openbsd-current/sys/crypto/
H A Dchachapoly.h37 #define POLY1305_KEYLEN 32 macro
50 uint8_t key[POLY1305_KEYLEN];
H A Dchachapoly.c86 POLY1305_KEYLEN);

Completed in 133 milliseconds