Module keyring::keyutils

source ·
Expand description

Example implementation of the keyring crate’s trait interface using linux-keyutils

Structs

Since the CredentialBuilderApi::build method does not provide an initial secret, this wraps a linux_keyutils::KeyRing instead of a linux_keyutils::Key. Since it is impossible to have a zero-length key.

Functions