Home
last modified time | relevance | path

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

/external/openssh/
Dmac.c222 const u_char *theirmac, size_t mlen) in mac_check() argument
232 if (timingsafe_bcmp(ourmac, theirmac, mac->mac_len) != 0) in mac_check()