Home
last modified time | relevance | path

Searched refs:lsm_cred_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/security/
H A Dlsm.h36 int lsm_cred_alloc(struct cred *cred, gfp_t gfp);
H A Dlsm_init.c479 if (lsm_cred_alloc((struct cred *)unrcu_pointer(current->cred), in security_init()
H A Dsecurity.c233 int lsm_cred_alloc(struct cred *cred, gfp_t gfp) in lsm_cred_alloc() function
2822 int rc = lsm_cred_alloc(cred, gfp); in security_cred_alloc_blank()
2866 int rc = lsm_cred_alloc(new, gfp); in security_prepare_creds()