aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/via/padlock.h
Commit message (Expand)AuthorAgeFilesLines
* padlock: Switch to using FPU_KERN_NOCTXJohn Baldwin2023-08-251-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-1/+1
* Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.John Baldwin2020-10-131-4/+0
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-5/+5
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-3/+0
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-1/+1
* Use the fpu_kern_enter() interface to properly separate usermode FPUKonstantin Belousov2010-06-051-0/+7
* Use existing roundup2() macro.Pawel Jakub Dawidek2006-07-281-1/+1
* Modify PADLOCK_ALIGN() macro, so when the given address is already 16 bytesPawel Jakub Dawidek2006-07-251-1/+1
* Style fixes.Pawel Jakub Dawidek2006-07-251-1/+1
* Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found inPawel Jakub Dawidek2006-07-221-0/+87