Searched refs:key_alloc (Results 1 – 7 of 7) sorted by relevance
| /security/keys/ |
| A D | request_key_auth.c | 216 authkey = key_alloc(&key_type_request_key_auth, desc, in request_key_auth_new()
|
| A D | key.c | 224 struct key *key_alloc(struct key_type *type, const char *desc, in key_alloc() function 361 EXPORT_SYMBOL(key_alloc); 933 key = key_alloc(index_key.type, index_key.description, in __key_create_or_update()
|
| A D | request_key.c | 395 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
|
| A D | keyring.c | 526 keyring = key_alloc(&key_type_keyring, description, in keyring_alloc()
|
| /security/ |
| A D | security.c | 5515 rc = call_int_hook(key_alloc, key, cred, flags); in security_key_alloc()
|
| /security/smack/ |
| A D | smack_lsm.c | 5165 LSM_HOOK_INIT(key_alloc, smack_key_alloc),
|
| /security/selinux/ |
| A D | hooks.c | 7593 LSM_HOOK_INIT(key_alloc, selinux_key_alloc),
|
Completed in 43 milliseconds