Home
last modified time | relevance | path

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

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