Searched refs:key_create_or_update (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509_loader.c | 31 key = key_create_or_update(make_key_ref(keyring, 1), in x509_load_certificate_list()
|
/openbmc/linux/security/integrity/ |
H A D | digsig.c | 177 key = key_create_or_update(make_key_ref(keyring[id], 1), "asymmetric", in integrity_add_key()
|
/openbmc/linux/certs/ |
H A D | system_keyring.c | 172 key = key_create_or_update(make_key_ref(secondary_trusted_keys, 1), in add_to_secondary_keyring()
|
H A D | blacklist.c | 266 key = key_create_or_update(make_key_ref(blacklist_keyring, true), in add_key_to_revocation_list()
|
/openbmc/linux/include/linux/ |
H A D | key.h | 397 extern key_ref_t key_create_or_update(key_ref_t keyring,
|
/openbmc/linux/security/keys/ |
H A D | key.c | 999 key_ref_t key_create_or_update(key_ref_t keyring_ref, in key_create_or_update() function 1010 EXPORT_SYMBOL(key_create_or_update);
|
H A D | keyctl.c | 134 key_ref = key_create_or_update(keyring_ref, type, description, in SYSCALL_DEFINE5()
|
/openbmc/linux/net/rxrpc/ |
H A D | rxperf.c | 556 kref = key_create_or_update(make_key_ref(keyring, true), in rxperf_add_key()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | cert_store.c | 464 newkey = key_create_or_update( in create_key_from_vce()
|
/openbmc/linux/block/ |
H A D | sed-opal.c | 287 kr = key_create_or_update(make_key_ref(sed_opal_keyring, true), "user", in update_sed_opal_key()
|
/openbmc/linux/Documentation/security/keys/ |
H A D | core.rst | 1278 given key type is unregistered. Callers of key_create_or_update() within
|