Searched refs:key_alloc (Results 1 – 7 of 7) sorted by relevance
/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 360 EXPORT_SYMBOL(key_alloc); 928 key = key_alloc(index_key.type, index_key.description, in key_create_or_update()
|
D | request_key.c | 395 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()
|
/security/ |
D | security.c | 2567 return call_int_hook(key_alloc, 0, key, cred, flags); in security_key_alloc()
|
/security/smack/ |
D | smack_lsm.c | 4849 LSM_HOOK_INIT(key_alloc, smack_key_alloc),
|
/security/selinux/ |
D | hooks.c | 7431 LSM_HOOK_INIT(key_alloc, selinux_key_alloc),
|