Searched refs:security_prepare_creds (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dcred.c242 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0)
667 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0)
/linux-master/include/linux/
H A Dsecurity.h429 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp);
1131 static inline int security_prepare_creds(struct cred *new, function
/linux-master/security/
H A Dsecurity.c3081 * security_prepare_creds() - Prepare a new set of credentials
3090 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp) function

Completed in 117 milliseconds