Home
last modified time | relevance | path

Searched refs:Credential (Results 1 – 8 of 8) sorted by relevance

/linux/rust/kernel/
H A Dcred.rs28 pub struct Credential(Opaque<bindings::cred>); struct
33 unsafe impl Send for Credential {} implementation
37 unsafe impl Sync for Credential {} implementation
39 impl Credential { impl
47 pub unsafe fn from_ptr<'a>(ptr: *const bindings::cred) -> &'a Credential { in from_ptr() argument
79 unsafe impl AlwaysRefCounted for Credential { implementation
87 unsafe fn dec_ref(obj: core::ptr::NonNull<Credential>) { in dec_ref() argument
H A Dsecurity.rs11 cred::Credential,
19 pub fn binder_set_context_mgr(mgr: &Credential) -> Result { in binder_set_context_mgr()
27 pub fn binder_transaction(from: &Credential, to: &Credential) -> Result { in binder_transaction() argument
35 pub fn binder_transfer_binder(from: &Credential, to: &Credential) -> Result { in binder_transfer_binder() argument
43 pub fn binder_transfer_file(from: &Credential, to: &Credential, file: &File) -> Result { in binder_transfer_file() argument
/linux/rust/kernel/fs/
H A Dfile.rs12 cred::Credential,
322 pub fn cred(&self) -> &Credential { in cred() argument
330 unsafe { Credential::from_ptr(ptr) } in cred()
/linux/Documentation/translations/zh_CN/security/tpm/
H A Dtpm-security.rst119 认证的第一步是使用 `TCG EK Credential Profile`_ 模板进行主密钥的创建,该
150 .. _TCG EK Credential Profile: https://trustedcomputinggroup.org/resource/tcg-ek-credential-profile…
/linux/Documentation/ABI/stable/
H A Dsysfs-fs-orangefs87 Credential cache configurable settings.
/linux/drivers/android/binder/
H A Dprocess.rs19 cred::Credential,
441 pub(crate) cred: ARef<Credential>,
504 fn new(ctx: Arc<Context>, cred: ARef<Credential>) -> Result<Arc<Self>> { in new()
/linux/Documentation/security/tpm/
H A Dtpm-security.rst164 template from the `TCG EK Credential Profile`_ which allows comparison
215 .. _TCG EK Credential Profile: https://trustedcomputinggroup.org/resource/tcg-ek-credential-profile…
/linux/Documentation/admin-guide/cifs/
H A Dusage.rst240 of the mount options. Credential files contain two lines::