aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/key_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add definition for keyctl_restrict_keyring()Eric Biggers2017-11-031-0/+1
| | | | | Add a definition for keyctl_restrict_keyring(), which was added in the v4.12 kernel.
* sys/linux: add definition for keyctl_dh_compute()Eric Biggers2017-11-031-0/+1
| | | | | | Add a definition for keyctl_dh_compute(), which was added in the v4.7 kernel, then in the v4.12 kernel extended to take in an optional 'keyctl_kdf_params' argument. (Requires CONFIG_KEY_DH_OPERATIONS=y.)
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+69