summaryrefslogtreecommitdiff
path: root/tests/sys/opencrypto/cryptodevh.py
AgeCommit message (Expand)Author
2023-11-27Revert "cdefs: Remove __func__ define"Warner Losh
2023-11-26cdefs: Remove __func__ defineWarner Losh
2023-11-26cdefs: Remove CC_SUPPORTS macros, they are unusedWarner Losh
2023-11-26cdefs: Remove some builtin defines, they are unusedWarner Losh
2023-11-26cdefs: Remove vararg related defines, they are unused.Warner Losh
2023-11-26cdefs: Remove __GNUCLIKE_BUILTIN_CONSTANT_P, it's unusedWarner Losh
2023-11-26cdefs: Remove __GNUCLIKE_CTOR_SECTION_HANDLING, it's unusedWarner Losh
2023-11-26cdefs: Remove __GNUCLIKE___SECTION, it's unused.Warner Losh
2023-11-19cdefs: Remove __GNUCLIKE_ASMWarner Losh
2023-11-19cdefs: Remove __GNUCLIKE___TYPEOF from cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2021-05-06cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unusedWarner Losh
2021-02-23Remove __NO_TLS.Konstantin Belousov
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2019-04-19Sync cryptographic algorithm constants with current cryptodev.h.John Baldwin
2014-12-12Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney