Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkey.h214 extern struct key *key_alloc(struct key_type *type,
Dsecurity.h1743 int (*key_alloc) (struct key *key, const struct cred *cred, unsigned long flags); member
/linux-4.1.27/security/keys/
Dkey.c224 struct key *key_alloc(struct key_type *type, const char *desc, in key_alloc() function
349 EXPORT_SYMBOL(key_alloc);
875 key = key_alloc(index_key.type, index_key.description, in key_create_or_update()
Drequest_key_auth.c202 authkey = key_alloc(&key_type_request_key_auth, desc, in request_key_auth_new()
Drequest_key.c356 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
Dkeyring.c499 keyring = key_alloc(&key_type_keyring, description, in keyring_alloc()
/linux-4.1.27/net/rxrpc/
Dar-key.c978 key = key_alloc(&key_type_rxrpc, "x", in rxrpc_get_server_data_key()
1025 key = key_alloc(&key_type_rxrpc, keyname, in rxrpc_get_null_key()
/linux-4.1.27/security/
Dcapability.c1147 set_to_cap_if_null(ops, key_alloc); in security_fixup_ops()
Dsecurity.c1447 return security_ops->key_alloc(key, cred, flags); in security_key_alloc()
/linux-4.1.27/security/smack/
Dsmack_lsm.c4387 .key_alloc = smack_key_alloc,
/linux-4.1.27/security/selinux/
Dhooks.c6040 .key_alloc = selinux_key_alloc,