Home
last modified time | relevance | path

Searched refs:lsm_cred_alloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/
H A Dsecurity.c521 * lsm_cred_alloc - allocate a composite cred blob
529 static int lsm_cred_alloc(struct cred *cred, gfp_t gfp) in lsm_cred_alloc() function
550 int rc = lsm_cred_alloc(cred, GFP_KERNEL); in lsm_early_cred()
1639 int rc = lsm_cred_alloc(cred, gfp); in security_cred_alloc_blank()
1667 int rc = lsm_cred_alloc(new, gfp); in security_prepare_creds()
/kernel/linux/linux-6.6/security/
H A Dsecurity.c562 * lsm_cred_alloc - allocate a composite cred blob
570 static int lsm_cred_alloc(struct cred *cred, gfp_t gfp) in lsm_cred_alloc() function
591 int rc = lsm_cred_alloc(cred, GFP_KERNEL); in lsm_early_cred()
2924 int rc = lsm_cred_alloc(cred, gfp); in security_cred_alloc_blank()
2968 int rc = lsm_cred_alloc(new, gfp); in security_prepare_creds()

Completed in 11 milliseconds