Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.c56 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
73 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt()
74 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt()
98 explicit_bzero(expected_tag, sizeof(expected_tag)); in chachapoly_crypt()