aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/init_alg.go
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add AF_NETLINK/NETLINK_CRYPTO descriptionsDmitry Vyukov2018-01-091-4/+9
|
* sys/linux: netlink xfrm supportDmitry Vyukov2017-12-311-6/+24
|
* sys/linux: improve hash generation for KEYCTL_DH_COMPUTEDmitry Vyukov2017-11-271-0/+9
| | | | | | | KEYCTL_DH_COMPUTE used the old fixed list of algorithm names. Use the new code for algorithm generation. + it needs only SHASH algs, but we passed in all alg names. Pass only SHASH algs.
* sys/linux: remove crypto algs starting with __Dmitry Vyukov2017-11-241-100/+3
| | | | These can't be created from user-space.
* sys/linux: prefix non-autogenerated files with init_Dmitry Vyukov2017-11-241-0/+506