HomeSort by relevance Sort by last modified time
    Searched refs:mac_setup (Results 1 - 4 of 4) sorted by null

  /external/openssh/
mac.h 27 int mac_setup(Mac *, char *);
mac.c 94 mac_setup(Mac *mac, char *name) function
102 debug2("mac_setup: found %s", name);
106 debug2("mac_setup: unknown %s", name);
183 if (mac_setup(NULL, p) < 0) {
kex.c 309 if (mac_setup(mac, name) < 0)
monitor_wrap.c 507 if (mac->name == NULL || mac_setup(mac, mac->name) == -1)
    [all...]

Completed in 44 milliseconds