Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dmac.c208 const u_char *theirmac, size_t mlen) in mac_check() argument
218 if (timingsafe_bcmp(ourmac, theirmac, mac->mac_len) != 0) in mac_check()