summaryrefslogtreecommitdiffstats
path: root/sys/crypto
Commit message (Expand)AuthorAgeFilesLines
* MFC r311655: libmd: add noexec stack annotation in skein_block_asm.semaste2017-01-201-0/+2
* MFC r307521: libmd: introduce functions that operate on fd instead of filenameemaste2016-12-216-0/+56
* MFC r307584asomers2016-11-228-18/+29
* Connect the SHA-512t256 and Skein hashing algorithms to ZFSallanjude2016-05-311-0/+2
* Retune SHA2 code for improved performance on CPUs with more ILP andcperciva2016-05-292-190/+198
* Import the skein hashing algorithm, based on the threefish block cipherallanjude2016-05-299-0/+3955
* Implement SHA-512 truncated (224 and 256 bits)allanjude2016-05-282-0/+223
* crypto routines: Hint minimum buffer sizes to the compilercem2016-05-2611-38/+36
* aesni(4): Initialize error before usecem2016-04-201-0/+1
* Break up opencrypto/xform.c so it can be reused piecemealallanjude2015-12-301-1/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-276-800/+581
* const'ify an arg that we don't update...jmg2015-07-292-3/+3
* Complete the move that was started w/ r263218.. For some reason Ijmg2015-07-112-0/+47
* upon further examination, it turns out that _unregister_all alreadyjmg2015-07-081-3/+0
* address an issue where consumers, like IPsec, can reuse the samejmg2015-07-082-26/+102
* unroll the loop slightly... This improves performance enough tojmg2015-07-071-5/+17
* Fix for non-random IV's when CRD_F_IV_PRESENT and CRD_F_IV_EXPLICITjmg2015-07-062-24/+25
* remove _NORMAL flag which isn't suppose to be used w/ _alloc_ctx...jmg2015-07-061-2/+1
* In the version of gcc in the FreeBSD tree, this modification was made torodrigc2015-04-163-0/+36
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-125-56/+1128
* Fix gcc build: preserve const qualifier when casting input values.des2014-11-111-4/+4
* Constify the AES code and propagate to consumers. This allows us todes2014-11-102-14/+15
* Put the aesni_cipher_setup() and aesni_cipher_process() functions intokib2014-06-243-94/+95
* Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPUkib2014-06-234-60/+28
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
* replace the kernel's version w/ cperciva's implementation... In alljmg2014-03-164-404/+15
* copy these files from lib/libmd in preperation for moving these filesjmg2014-03-162-0/+347
* fix broken style(9) in r258399jmg2013-11-231-2/+2
* flag that the aesni driver is sync... This means we don't waste ajmg2013-11-201-1/+2
* make it so that from/to can be missaligned as it can happen (the gelijmg2013-11-063-67/+95
* Use the fact that the AES-NI instructions can be pipelined to improvejmg2013-09-037-422/+359
* Fix const propagation issues to make GCC happy.andre2013-07-111-3/+4
* SipHash is a cryptographically strong pseudo-random function (a.k.a. keyedandre2013-07-113-0/+464
* Sync with KAME.delphij2013-07-092-5/+4
* Allow assert() to operate correctly when building userland code.rmh2013-07-091-1/+3
* When porting XTS-related code from OpenBSD I forgot to update copyright (onlypjd2013-02-201-0/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-217-14/+34
* Update Copyright.pjd2011-10-271-1/+1
* Improve AES-NI performance for AES-XTS:pjd2011-10-271-26/+27
* Fix a bug in the result of manual assembly.kib2011-03-022-2/+2
* Make private functions static.brucec2011-02-211-8/+8
* Remove DEBUG sections.kib2010-11-271-24/+0
* MFaesni r215427:kib2010-11-263-9/+31
* Only save FPU context when not executing in the context of the cryptokib2010-11-171-8/+22
* Change two missed instances of 'retq' in aeskeys_i386.S to 'retl', whichdim2010-10-131-2/+2
* Fix two copy&paste bugs.pjd2010-09-251-2/+2
* Add support for CRYPTO_AES_XTS.pjd2010-09-233-24/+151
* Add support for CRD_F_KEY_EXPLICIT flag.pjd2010-09-231-16/+32
OpenPOWER on IntegriCloud