Searched refs:security_prepare_creds (Results 1 – 3 of 3) sorted by relevance
242 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_creds()617 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_kernel_cred()
236 call_site.function == security_prepare_creds239 "security_prepare_creds". That is, it will compare the value of "call_site" and241 the function "security_prepare_creds" and less than the end of that function.
3239 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp) in security_prepare_creds() function