Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Dkey.c225 struct key *key_alloc(struct key_type *type, const char *desc, in key_alloc() function
360 EXPORT_SYMBOL(key_alloc);
918 key = key_alloc(index_key.type, index_key.description, in __key_create_or_update()
H A Drequest_key_auth.c216 authkey = key_alloc(&key_type_request_key_auth, desc, in request_key_auth_new()
H A Drequest_key.c395 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
H A Dkeyring.c526 keyring = key_alloc(&key_type_keyring, description, in keyring_alloc()
/openbmc/linux/net/rxrpc/
H A Dkey.c494 key = key_alloc(&key_type_rxrpc, "x", in rxrpc_get_server_data_key()
541 key = key_alloc(&key_type_rxrpc, keyname, in rxrpc_get_null_key()
/openbmc/linux/include/linux/
H A Dkey.h283 extern struct key *key_alloc(struct key_type *type,
H A Dlsm_hook_defs.h383 LSM_HOOK(int, 0, key_alloc, struct key *key, const struct cred *cred,
/openbmc/linux/fs/crypto/
H A Dkeyring.c379 mk_user = key_alloc(&key_type_fscrypt_user, description, in add_master_key_user()
/openbmc/linux/security/
H A Dsecurity.c5062 return call_int_hook(key_alloc, 0, key, cred, flags); in security_key_alloc()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c5074 LSM_HOOK_INIT(key_alloc, smack_key_alloc),
/openbmc/linux/security/selinux/
H A Dhooks.c7273 LSM_HOOK_INIT(key_alloc, selinux_key_alloc),