summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/umac.c
AgeCommit message (Expand)Author
2014-07-22Convert from <sys/endian.h> to the shiney new <endian.h>Philip Guenther
2014-04-30UMAC can use our local fallback implementation of AES when OpenSSL isn'tChristian Weisgerber
2014-04-20use get/put_u32 to load values rather than *((UINT32 *)p) that breaks onDamien Miller
2013-11-08use calloc for all structure allocations; from markus@Damien Miller
2013-07-22make MAC key, data to be hashed and nonce for final hash const;Damien Miller
2013-07-20use a union to ensure correct alignment; ok deraadtDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2011-10-19typo in comment; patch from Michael W. BombardieriDamien Miller
2008-05-12Ensure nh_result lies on a 64-bit boundary (fixes warnings observedPeter Valchev
2007-09-12use xmalloc() and xfree(); ok markus@ pvalchev@Kevin Steves
2007-06-07Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustPeter Valchev