Searched refs:cred (Results 1 – 5 of 5) sorted by relevance
5 const struct cred *rust_helper_get_cred(const struct cred *cred) in rust_helper_get_cred() argument7 return get_cred(cred); in rust_helper_get_cred()10 void rust_helper_put_cred(const struct cred *cred) in rust_helper_put_cred() argument12 put_cred(cred); in rust_helper_put_cred()
6 void rust_helper_security_cred_getsecid(const struct cred *c, u32 *secid) in rust_helper_security_cred_getsecid()
32 pub struct Credential(Opaque<bindings::cred>);51 pub unsafe fn from_ptr<'a>(ptr: *const bindings::cred) -> &'a Credential { in from_ptr()
78 pub mod cred; module
12 cred::Credential,315 pub fn cred(&self) -> &Credential { in cred() method
Completed in 11 milliseconds