summaryrefslogtreecommitdiff
path: root/sys/crypto/gmac.c
AgeCommit message (Expand)Author
2017-05-02Switch OCF and IPsec over to the new AESMike Belopuhov
2016-09-19convert bcopy to memcpy. from david hillTed Unangst
2015-11-07Update copyright informationMike Belopuhov
2015-11-07Pass AES_GMAC context as a void pointer to cut down on casts in xform.cMike Belopuhov
2015-11-07Allow overriding ghash_update() with an optimized MD function. UseChristian Weisgerber
2015-11-06Instead of multiplying with 0..1, extend the bit into a mask and do an AND.Christian Weisgerber
2014-11-12Improve performance of an internal loop by saving up on branchingMike Belopuhov
2011-01-11in AES_GMAC_Final(), explicitly clear the local bufferTheo de Raadt
2010-11-08use a well established define instead of rolling our own; no binary changeMike Belopuhov
2010-09-22OCF support for the Galois/Counter Mode (GCM) for AES asMike Belopuhov