Searched refs:key_create_or_update (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/certs/ |
D | blacklist.c | 93 key = key_create_or_update(make_key_ref(blacklist_keyring, true), in mark_hash_blacklisted() 163 key = key_create_or_update(make_key_ref(blacklist_keyring, true), in add_key_to_revocation_list()
|
D | common.c | 31 key = key_create_or_update(make_key_ref(keyring, 1), in load_certificate_list()
|
/kernel/linux/linux-5.10/security/integrity/ |
D | digsig.c | 159 key = key_create_or_update(make_key_ref(keyring[id], 1), "asymmetric", in integrity_add_key()
|
/kernel/linux/linux-5.10/include/linux/ |
D | key.h | 383 extern key_ref_t key_create_or_update(key_ref_t keyring,
|
/kernel/linux/linux-5.10/security/keys/ |
D | key.c | 815 key_ref_t key_create_or_update(key_ref_t keyring_ref, in key_create_or_update() function 986 EXPORT_SYMBOL(key_create_or_update);
|
D | keyctl.c | 134 key_ref = key_create_or_update(keyring_ref, type, description, in SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/net/wireless/ |
D | reg.c | 742 key = key_create_or_update(make_key_ref(builtin_regdb_keys, 1), in load_keys_from_buffer()
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | core.rst | 1278 given key type is unregistered. Callers of key_create_or_update() within
|