aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/alg.go
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: prefix non-autogenerated files with init_Dmitry Vyukov2017-11-241-506/+0
|
* sys/linux: improve AF_ALG alg name generationDmitry Vyukov2017-11-241-0/+506
There is effectively infinite number of possible crypto algorithm names due to templates. Plus there is tricky relation between algorithms and algorithm type names. This change adds custom mutator for sockaddr_alg struct to improve variance in generated algorithms.