Home
last modified time | relevance | path

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

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