Home
last modified time | relevance | path

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

/linux/security/
H A Dlsm.h35 int lsm_cred_alloc(struct cred *cred, gfp_t gfp);
H A Dlsm_init.c470 if (lsm_cred_alloc((struct cred *)unrcu_pointer(current->cred), in security_init()
H A Dsecurity.c207 int lsm_cred_alloc(struct cred *cred, gfp_t gfp) in lsm_cred_alloc() function
2719 int rc = lsm_cred_alloc(cred, gfp); in security_cred_alloc_blank()
2763 int rc = lsm_cred_alloc(new, gfp); in security_prepare_creds()