Searched refs:make_key_ref (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/security/keys/
H A Dpersistent.c53 reg_ref = make_key_ref(ns->persistent_keyring_register, true); key_create_persistent()
68 return make_key_ref(persistent, true); key_create_persistent()
90 reg_ref = make_key_ref(ns->persistent_keyring_register, true); key_get_persistent()
H A Dprocess_keys.c340 make_key_ref(ctx->cred->thread_keyring, 1), ctx); search_my_process_keyrings()
358 make_key_ref(ctx->cred->process_keyring, 1), ctx); search_my_process_keyrings()
379 make_key_ref(rcu_dereference(ctx->cred->session_keyring), 1), search_my_process_keyrings()
401 make_key_ref(ctx->cred->user->session_keyring, 1), search_my_process_keyrings()
549 key_ref = make_key_ref(key, 1); lookup_user_key()
567 key_ref = make_key_ref(key, 1); lookup_user_key()
599 key_ref = make_key_ref(key, 1); lookup_user_key()
611 key_ref = make_key_ref(key, 1); lookup_user_key()
623 key_ref = make_key_ref(key, 1); lookup_user_key()
637 key_ref = make_key_ref(key, 1); lookup_user_key()
657 key_ref = make_key_ref(key, 1); lookup_user_key()
671 key_ref = make_key_ref(key, 0); lookup_user_key()
H A Dproc.c197 key_ref = make_key_ref(key, 0); proc_keys_show()
206 key_ref = make_key_ref(key, 1); proc_keys_show()
H A Dkeyring.c564 key_task_permission(make_key_ref(key, ctx->possessed), keyring_search_iterator()
582 ctx->result = make_key_ref(key, ctx->possessed); keyring_search_iterator()
744 key_task_permission(make_key_ref(key, ctx->possessed), search_nested_keyrings()
962 return make_key_ref(key, is_key_possessed(keyring_ref)); find_key_to_update()
1005 key_permission(make_key_ref(keyring, 0), find_keyring_by_name()
H A Dkey.c890 key_ref = make_key_ref(key, is_key_possessed(keyring_ref)); key_create_or_update()
/linux-4.4.14/security/integrity/
H A Ddigsig.c101 key = key_create_or_update(make_key_ref(keyring[id], 1), integrity_load_x509()
H A Ddigsig_asymmetric.c38 kref = keyring_search(make_key_ref(keyring, 1), request_asymmetric_key()
/linux-4.4.14/certs/
H A Dsystem_keyring.c79 key = key_create_or_update(make_key_ref(system_trusted_keyring, 1), load_system_certificate_list()
/linux-4.4.14/lib/
H A Ddigsig.c211 kref = keyring_search(make_key_ref(keyring, 1UL), digsig_verify()
/linux-4.4.14/net/rxrpc/
H A Dar-security.c204 kref = keyring_search(make_key_ref(rx->securities, 1UL), rxrpc_init_server_conn_security()
/linux-4.4.14/include/linux/
H A Dkey.h113 static inline key_ref_t make_key_ref(const struct key *key, make_key_ref() function
362 #define make_key_ref(k, p) NULL macro
/linux-4.4.14/crypto/asymmetric_keys/
H A Dx509_public_key.c114 ref = keyring_search(make_key_ref(keyring, 1), x509_request_asymmetric_key()

Completed in 228 milliseconds