Home
last modified time | relevance | path

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

/external/openssh/
Dmac.c214 u_char ourmac[SSH_DIGEST_MAX_LENGTH]; in mac_check() local
220 ourmac, sizeof(ourmac))) != 0) in mac_check()
222 if (timingsafe_bcmp(ourmac, theirmac, mac->mac_len) != 0) in mac_check()