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

/freebsd-13-stable/crypto/openssh/
H A Dcipher-chachapoly.c57 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; local
74 poly1305_auth(expected_tag, src, aadlen + len, poly_key);
75 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) {
99 explicit_bzero(expected_tag, sizeof(expected_tag));

Completed in 56 milliseconds