Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: security: core.rst: add missing argument

This argument was just never documented in the first place.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>

authored by

Ben Boeckel and committed by
David Howells
352780b6 6a8b55ed

+6 -2
+6 -2
Documentation/security/keys/core.rst
··· 920 920 921 921 long keyctl(KEYCTL_PKEY_QUERY, 922 922 key_serial_t key_id, unsigned long reserved, 923 + const char *params, 923 924 struct keyctl_pkey_query *info); 924 925 925 - Get information about an asymmetric key. The information is returned in 926 - the keyctl_pkey_query struct:: 926 + Get information about an asymmetric key. Specific algorithms and 927 + encodings may be queried by using the ``params`` argument. This is a 928 + string containing a space- or tab-separated string of key-value pairs. 929 + Currently supported keys include ``enc`` and ``hash``. The information 930 + is returned in the keyctl_pkey_query struct:: 927 931 928 932 __u32 supported_ops; 929 933 __u32 key_size;