Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dmac.h45 int mac_setup(struct sshmac *, char *);
H A Dmac.c121 mac_setup(struct sshmac *mac, char *name) in mac_setup() function
251 if (mac_setup(NULL, p) < 0) { in mac_valid()
H A Dkex.c817 if (mac_setup(mac, name) < 0) { in choose_mac()
H A Dpacket.c2441 if ((r = mac_setup(mac, mac->name)) != 0) in newkeys_from_blob()