Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dmac.c210 u_char ourmac[SSH_DIGEST_MAX_LENGTH]; in mac_check() local
216 ourmac, sizeof(ourmac))) != 0) in mac_check()
218 if (timingsafe_bcmp(ourmac, theirmac, mac->mac_len) != 0) in mac_check()