]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/umac128.c
Dtrace: Add SUN MDB-like type-aware print() action.
[FreeBSD/FreeBSD.git] / crypto / openssh / umac128.c
1 /* $FreeBSD$ */
2 #define UMAC_OUTPUT_LEN         16
3 #define umac_new                ssh_umac128_new
4 #define umac_update             ssh_umac128_update
5 #define umac_final              ssh_umac128_final
6 #define umac_delete             ssh_umac128_delete
7 #include "umac.c"