Crate keyutils_raw

source ·
Expand description

Contains definitions for low-level libkeyutils bindings.

See the following manpages for information about the symbols exported by this crate:

  • add_key(2)
  • request_key(2)
  • keyctk(2)

For more information about the keyctl API in general, the following manpages are useful:

  • keyctl(3)
  • keyctl(7)

Structs

Enums

Constants

Functions

Type Definitions

  • Alias for the key_perm_t kernel type, representing a keyring’s (or key’s) permission bits.
  • Alias for the key_serial_t kernel type, representing a keyring (or key).