Searched refs:cred_alloc_blank (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A D | cred.h | 159 extern struct cred *cred_alloc_blank(void);
|
| A D | lsm_hook_defs.h | 185 LSM_HOOK(int, 0, cred_alloc_blank, struct cred *cred, gfp_t gfp)
|
| /linux/kernel/ |
| A D | cred.c | 216 struct cred *cred_alloc_blank(void) in cred_alloc_blank() function
|
| /linux/security/keys/ |
| A D | keyctl.c | 1639 cred = cred_alloc_blank(); in keyctl_session_to_parent()
|
| /linux/security/apparmor/ |
| A D | lsm.c | 1244 LSM_HOOK_INIT(cred_alloc_blank, apparmor_cred_alloc_blank),
|
| /linux/security/ |
| A D | security.c | 1669 rc = call_int_hook(cred_alloc_blank, 0, cred, gfp); in security_cred_alloc_blank()
|
| /linux/security/smack/ |
| A D | smack_lsm.c | 4800 LSM_HOOK_INIT(cred_alloc_blank, smack_cred_alloc_blank),
|
| /linux/ |
| A D | System.map | 2862 ffff8000100b2440 T cred_alloc_blank
|
| A D | .tmp_System.map | 2862 ffff8000100b2440 T cred_alloc_blank
|
Completed in 358 milliseconds