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

/freebsd-10.0-release/crypto/openssh/
H A Dmac.h29 int mac_init(Mac *);
H A Dmac.c152 mac_init(Mac *mac) function
155 fatal("mac_init: no key");
H A Dssh_namespace.h324 #define mac_init ssh_mac_init macro
H A Dpacket.c786 if (cipher_authlen(enc->cipher) == 0 && mac_init(mac) == 0)
/freebsd-10.0-release/sys/security/mac/
H A Dmac_framework.c287 mac_init(void) function
597 SYSINIT(mac, SI_SUB_MAC, SI_ORDER_FIRST, mac_init, NULL);

Completed in 97 milliseconds