OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLY1305_KEYLEN
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
poly1305.h
13
#define
POLY1305_KEYLEN
32
17
const u_char key[
POLY1305_KEYLEN
])
20
__attribute__((__bounded__(__minbytes__, 4,
POLY1305_KEYLEN
)));
cipher-chachapoly.c
57
u_char expected_tag[POLY1305_TAGLEN], poly_key[
POLY1305_KEYLEN
];
poly1305.c
34
poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[
POLY1305_KEYLEN
]) {
Completed in 334 milliseconds