Searched refs:key_alloc (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/security/keys/ |
D | request_key_auth.c | 216 authkey = key_alloc(&key_type_request_key_auth, desc, in request_key_auth_new()
|
D | key.c | 225 struct key *key_alloc(struct key_type *type, const char *desc, in key_alloc() function 359 EXPORT_SYMBOL(key_alloc); 931 key = key_alloc(index_key.type, index_key.description, in key_create_or_update()
|
D | request_key.c | 392 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
|
D | keyring.c | 526 keyring = key_alloc(&key_type_keyring, description, in keyring_alloc()
|
/kernel/linux/linux-5.10/include/linux/ |
D | key.h | 277 extern struct key *key_alloc(struct key_type *type,
|
D | lsm_hook_defs.h | 364 LSM_HOOK(int, 0, key_alloc, struct key *key, const struct cred *cred,
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | key.c | 975 key = key_alloc(&key_type_rxrpc, "x", in rxrpc_get_server_data_key() 1022 key = key_alloc(&key_type_rxrpc, keyname, in rxrpc_get_null_key()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | keyring.c | 378 mk_user = key_alloc(&key_type_fscrypt_user, description, in add_master_key_user()
|
/kernel/linux/linux-5.10/security/ |
D | security.c | 2470 return call_int_hook(key_alloc, 0, key, cred, flags); in security_key_alloc()
|
/kernel/linux/linux-5.10/security/smack/ |
D | smack_lsm.c | 4816 LSM_HOOK_INIT(key_alloc, smack_key_alloc),
|
/kernel/linux/linux-5.10/security/selinux/ |
D | hooks.c | 7232 LSM_HOOK_INIT(key_alloc, selinux_key_alloc),
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 19701 +struct key_alloc { 19706 +#define KEY_ALLOC _IOWR('o', 64, struct key_alloc)
|