Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
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 Dmac.h45 int mac_setup(struct sshmac *, char *);
H A Dkex.c804 if (mac_setup(mac, name) < 0) { in choose_mac()
H A Dpacket.c2333 if ((r = mac_setup(mac, mac->name)) != 0) in newkeys_from_blob()