Searched refs:key_alloc (Results 1 – 14 of 14) sorted by relevance
| /linux/security/keys/ |
| A D | key.c | 225 struct key *key_alloc(struct key_type *type, const char *desc, in key_alloc() function 359 EXPORT_SYMBOL(key_alloc); 933 key = key_alloc(index_key.type, index_key.description, in key_create_or_update()
|
| A D | request_key_auth.c | 216 authkey = key_alloc(&key_type_request_key_auth, desc, in request_key_auth_new()
|
| A D | request_key.c | 392 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()
|
| /linux/net/rxrpc/ |
| A D | key.c | 494 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()
|
| /linux/include/linux/ |
| A D | key.h | 277 extern struct key *key_alloc(struct key_type *type,
|
| A D | lsm_hook_defs.h | 371 LSM_HOOK(int, 0, key_alloc, struct key *key, const struct cred *cred,
|
| /linux/fs/crypto/ |
| A D | keyring.c | 299 mk_user = key_alloc(&key_type_fscrypt_user, description, in add_master_key_user() 370 key = key_alloc(&key_type_fscrypt, description, in add_new_master_key()
|
| /linux/security/ |
| A D | security.c | 2521 return call_int_hook(key_alloc, 0, key, cred, flags); in security_key_alloc()
|
| /linux/security/smack/ |
| A D | smack_lsm.c | 4868 LSM_HOOK_INIT(key_alloc, smack_key_alloc),
|
| /linux/security/selinux/ |
| A D | hooks.c | 7335 LSM_HOOK_INIT(key_alloc, selinux_key_alloc),
|
| /linux/ |
| A D | vmlinux.symvers | 7540 0x00000000 key_alloc vmlinux EXPORT_SYMBOL
|
| A D | System.map | 14503 ffff800010429f00 T key_alloc
|
| A D | .tmp_System.map | 14503 ffff800010429f00 T key_alloc
|
Completed in 364 milliseconds