Home
last modified time | relevance | path

Searched refs:key_alloc (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/security/keys/
Drequest_key_auth.c216 authkey = key_alloc(&key_type_request_key_auth, desc, in request_key_auth_new()
Dkey.c225 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()
Drequest_key.c392 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
Dkeyring.c526 keyring = key_alloc(&key_type_keyring, description, in keyring_alloc()
/kernel/linux/linux-5.10/include/linux/
Dkey.h277 extern struct key *key_alloc(struct key_type *type,
Dlsm_hook_defs.h364 LSM_HOOK(int, 0, key_alloc, struct key *key, const struct cred *cred,
/kernel/linux/linux-5.10/net/rxrpc/
Dkey.c975 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/
Dkeyring.c378 mk_user = key_alloc(&key_type_fscrypt_user, description, in add_master_key_user()
/kernel/linux/linux-5.10/security/
Dsecurity.c2470 return call_int_hook(key_alloc, 0, key, cred, flags); in security_key_alloc()
/kernel/linux/linux-5.10/security/smack/
Dsmack_lsm.c4816 LSM_HOOK_INIT(key_alloc, smack_key_alloc),
/kernel/linux/linux-5.10/security/selinux/
Dhooks.c7232 LSM_HOOK_INIT(key_alloc, selinux_key_alloc),
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch19701 +struct key_alloc {
19706 +#define KEY_ALLOC _IOWR('o', 64, struct key_alloc)