summaryrefslogtreecommitdiffstats
path: root/sys/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-03-12spellingjsg2-4/+4
2020-07-22Add missing CVS tags.tobhe12-0/+12
2020-06-27don't try to expand alignment using __aligned(16) on local variables.deraadt1-4/+2
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha1-2/+2
2020-06-21add constructions for wireguard.dlg2-0/+174
2020-06-21add hchacha20 for wireguard.dlg1-0/+40
2020-06-21curve25519 for wireguard.dlg2-0/+933
2020-06-21add blake2s for wireguard.dlg2-0/+309
2020-05-29rndvar.h not needed herederaadt1-2/+1
2020-04-15idgen32(9): use time_uptime(9) for rekey timestamps, not time_second(9)cheloha1-2/+2
2020-03-30Break crypto_unregister() sanity check into two expressions, making itkrw1-4/+6
2020-03-29Don't access past end of cc_alg[] when trying to avoidkrw1-4/+4
2019-01-09free(9) sizes.mpi2-7/+7
2018-05-31Add sizes for free().fcambus1-6/+7
2018-04-09Move some AES-related defines into xform.h to reduce duplication.visa2-10/+10
2018-01-05Sync with the code in libcmikeb1-2/+2
2017-11-30Fix the IPL and flags of the MP-safe crypto taskq. Now a sane IPLvisa1-2/+2
2017-08-10the userland crypto interface died long ago, can clean up the headertedu1-36/+1
2017-05-31make the AES-XTS mode a little more constant-time, though the AESdjm1-5/+4
2017-05-17Revert MI AES-XTS code back to T-tables amid poor performancemikeb2-8/+11
2017-05-02Switch 802.11 crypto over to the new AESmikeb4-17/+17
2017-05-02Switch glxsb(4), VIA padlock and AES-NI drivers over to the new AESmikeb1-0/+2
2017-05-02Switch OCF and IPsec over to the new AESmikeb5-47/+42
2017-04-30Constant time AES implementationmikeb2-0/+922
2017-04-12The kernel has to slightly different version of SipHash_Final but withflorian1-4/+3
2017-02-07Reduce the per-packet allocation costs for crypto operations (cryptop)patrick3-32/+31
2017-02-07The return code of crp_callback is never checked, so it is notbluhm1-2/+2
2016-09-19convert bcopy to memcpy. from david hilltedu4-13/+13
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg1-7/+5
2016-09-02Remove variables 'm' and 'uio' that are only ever assigned totom1-5/+1
2016-04-18Add a mechanism for dispatching mpsafe crypto operations. This adds a newkettenis2-4/+19
2015-12-10Remove plain DES from the kernel crypto framework, including the cryptonaddy7-168/+33
2015-11-18Cleanup gotos as suggested by jsing@ along with spaces and label namesmikeb1-8/+7
2015-11-13remove unused ARC4 support; ok mikeb@naddy3-31/+20
2015-11-13Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddymikeb4-70/+21
2015-11-12remove a few unused definesmikeb2-7/+3
2015-11-12another define from the dsa eramikeb1-2/+1
2015-11-12spacingmikeb1-2/+1
2015-11-07Update copyright informationmikeb3-7/+12
2015-11-07Pass AES_GMAC context as a void pointer to cut down on casts in xform.cmikeb3-28/+27
2015-11-07Allow overriding ghash_update() with an optimized MD function. Usenaddy2-6/+12
2015-11-06Instead of multiplying with 0..1, extend the bit into a mask and do an AND.naddy1-4/+4
2015-11-04Pass context as a void pointer to cut down on casts in xform.cmikeb3-24/+24
2015-11-03Remove two unused definesmikeb1-3/+1
2015-11-03Enable Chacha20-Poly1305 in the software crypto drivermikeb1-1/+25
2015-11-03Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic Frameworkmikeb3-6/+33
2015-11-03Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539mikeb2-0/+173
2015-10-29Import Poly1305 Message Authentication Codemikeb2-0/+326
2015-10-27Use verbose defines instead of hardcoded values for clarity whenmikeb1-7/+7
2015-10-27Sync chacha_ivsetup to the version in ssh so that we couldmikeb1-4/+4