Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmac.h45 int mac_setup(struct sshmac *, char *);
H A Dmac.c125 mac_setup(struct sshmac *mac, char *name) in mac_setup() function
255 if (mac_setup(NULL, p) < 0) { in mac_valid()
H A Dssh_namespace.h433 #define mac_setup Fssh_mac_setup macro
H A Dkex.c824 if (mac_setup(mac, name) < 0) { in choose_mac()
H A Dpacket.c2478 if ((r = mac_setup(mac, mac->name)) != 0) in newkeys_from_blob()