Home
last modified time | relevance | path

Searched refs:poly_key (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dcipher-chachapoly.c57 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
64 memset(poly_key, 0, sizeof(poly_key)); in chachapoly_crypt()
68 poly_key, poly_key, sizeof(poly_key)); in chachapoly_crypt()
74 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt()
95 poly_key); in chachapoly_crypt()
101 explicit_bzero(poly_key, sizeof(poly_key)); in chachapoly_crypt()