Home
last modified time | relevance | path

Searched refs:subkeys (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/lib/lockdep/include/liblockdep/
Dcommon.h27 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES]; member
/Linux-v4.19/Documentation/process/
Dmaintainer-pgp-guide.rst156 1. There are no technical differences between the "master key" and "subkeys."
176 - add or revoke other keys (subkeys) with S/E/A capabilities
232 Cryptography, with ability to combine ECC subkeys with traditional
240 If for some reason you prefer to stay with RSA subkeys, just replace
316 like editing identities, adding or revoking subkeys, or signing other
401 Move the subkeys to a dedicated crypto device
405 subkeys are still in your home directory. Anyone who manages to get
506 Some devices may require that you move the subkeys onto the device
510 Move the subkeys to your smartcard
514 your subkeys onto the smartcard. You will need both your PGP key
[all …]
/Linux-v4.19/include/linux/
Dlockdep.h58 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES]; member
/Linux-v4.19/kernel/locking/
Dlockdep.c532 name = __get_key_name(lock->key->subkeys, str); in print_lockdep_cache()
682 key = lock->key->subkeys + subclass; in look_up_lock_class()
759 key = lock->key->subkeys + subclass; in register_lock_class()