Searched refs:mac_setup (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmac.h45 int mac_setup(struct sshmac *, char *);
H A Dmac.c131 mac_setup(struct sshmac *mac, char *name) function
261 if (mac_setup(NULL, p) < 0) {
H A Dssh_namespace.h464 #define mac_setup Fssh_mac_setup macro
H A Dkex.c658 if (mac_setup(mac, name) < 0)
H A Dpacket.c2639 if ((r = mac_setup(mac, mac->name)) != 0)

Completed in 128 milliseconds