Commit 352780b6 authored by Ben Boeckel's avatar Ben Boeckel Committed by David Howells
Browse files

Documentation: security: core.rst: add missing argument



This argument was just never documented in the first place.

Signed-off-by: default avatarBen Boeckel <mathstuf@gmail.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Reviewed-by: default avatarJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
parent 6a8b55ed
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -920,10 +920,14 @@ The keyctl syscall functions are:

	long keyctl(KEYCTL_PKEY_QUERY,
		    key_serial_t key_id, unsigned long reserved,
		    const char *params,
		    struct keyctl_pkey_query *info);

     Get information about an asymmetric key.  The information is returned in
     the keyctl_pkey_query struct::
     Get information about an asymmetric key.  Specific algorithms and
     encodings may be queried by using the ``params`` argument.  This is a
     string containing a space- or tab-separated string of key-value pairs.
     Currently supported keys include ``enc`` and ``hash``.  The information
     is returned in the keyctl_pkey_query struct::

	__u32	supported_ops;
	__u32	key_size;