aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/openssl/ossl.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439John Baldwin2021-10-211-0/+4
* ossl: Add ChaCha20 cipher support.John Baldwin2021-10-211-0/+5
* ossl: Add Poly1305 digest support.John Baldwin2021-10-211-1/+2
* ossl: split out x86 bits to x86/ossl_cpuid.cMitchell Horne2020-12-041-2/+1
* Add a kernel crypto driver using assembly routines from OpenSSL.John Baldwin2020-10-201-0/+51