Home
last modified time | relevance | path

Searched refs:make_key_ref (Results 1 – 17 of 17) sorted by relevance

/linux/security/keys/
A Dprocess_keys.c442 make_key_ref(cred->thread_keyring, 1), ctx); in search_cred_keyrings_rcu()
460 make_key_ref(cred->process_keyring, 1), ctx); in search_cred_keyrings_rcu()
481 make_key_ref(cred->session_keyring, 1), ctx); in search_cred_keyrings_rcu()
645 key_ref = make_key_ref(key, 1); in lookup_user_key()
663 key_ref = make_key_ref(key, 1); in lookup_user_key()
693 key_ref = make_key_ref(key, 1); in lookup_user_key()
700 key_ref = make_key_ref(key, 1); in lookup_user_key()
707 key_ref = make_key_ref(key, 1); in lookup_user_key()
721 key_ref = make_key_ref(key, 1); in lookup_user_key()
741 key_ref = make_key_ref(key, 1); in lookup_user_key()
[all …]
A Dpersistent.c51 reg_ref = make_key_ref(ns->persistent_keyring_register, true); in key_create_persistent()
66 return make_key_ref(persistent, true); in key_create_persistent()
90 reg_ref = make_key_ref(ns->persistent_keyring_register, true); in key_get_persistent()
A Dproc.c175 key_ref = make_key_ref(key, 0); in proc_keys_show()
186 key_ref = make_key_ref(key, 1); in proc_keys_show()
A Dkeyring.c616 key_task_permission(make_key_ref(key, ctx->possessed), in keyring_search_iterator()
633 ctx->result = make_key_ref(key, ctx->possessed); in keyring_search_iterator()
793 key_task_permission(make_key_ref(key, ctx->possessed), in search_nested_keyrings()
1127 return make_key_ref(key, is_key_possessed(keyring_ref)); in find_key_to_update()
1169 if (key_permission(make_key_ref(keyring, 0), in find_keyring_by_name()
A Drequest_key.c345 ret = key_permission(make_key_ref(dest_keyring, 1), in construct_get_dest_keyring()
A Dkey.c951 key_ref = make_key_ref(key, is_key_possessed(keyring_ref)); in key_create_or_update()
/linux/certs/
A Dblacklist.c94 key = key_create_or_update(make_key_ref(blacklist_keyring, true), in mark_hash_blacklisted()
133 kref = keyring_search(make_key_ref(blacklist_keyring, true), in is_hash_blacklisted()
164 key = key_create_or_update(make_key_ref(blacklist_keyring, true), in add_key_to_revocation_list()
A Dcommon.c31 key = key_create_or_update(make_key_ref(keyring, 1), in load_certificate_list()
/linux/security/integrity/
A Ddigsig_asymmetric.c35 kref = keyring_search(make_key_ref(key, 1), in request_asymmetric_key()
47 kref = keyring_search(make_key_ref(keyring, 1), in request_asymmetric_key()
A Ddigsig.c157 key = key_create_or_update(make_key_ref(keyring[id], 1), "asymmetric", in integrity_add_key()
/linux/include/linux/
A Dkey.h149 static inline key_ref_t make_key_ref(const struct key *key, in make_key_ref() function
499 #define make_key_ref(k, p) NULL macro
/linux/net/rxrpc/
A Dsecurity.c171 kref = keyring_search(make_key_ref(rx->securities, 1UL), in rxrpc_look_up_server_security()
/linux/lib/
A Ddigsig.c220 kref = keyring_search(make_key_ref(keyring, 1UL), in digsig_verify()
/linux/crypto/asymmetric_keys/
A Dasymmetric_type.c85 ref = keyring_search(make_key_ref(keyring, 1), in find_asymmetric_key()
/linux/fs/crypto/
A Dkeyring.c143 key_ref_t keyref = make_key_ref(keyring, true /* possessed */); in search_fscrypt_keyring()
/linux/net/wireless/
A Dreg.c762 key = key_create_or_update(make_key_ref(builtin_regdb_keys, 1), in load_keys_from_buffer()
/linux/Documentation/security/keys/
A Dcore.rst1128 key_ref_t make_key_ref(const struct key *key, bool possession);

Completed in 41 milliseconds