Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dcred.rs32 pub struct Credential(Opaque<bindings::cred>); struct
37 unsafe impl Send for Credential {} implementation
41 unsafe impl Sync for Credential {} implementation
43 impl Credential { implementation
51 pub unsafe fn from_ptr<'a>(ptr: *const bindings::cred) -> &'a Credential { in from_ptr() argument
77 unsafe impl AlwaysRefCounted for Credential { implementation
85 unsafe fn dec_ref(obj: core::ptr::NonNull<Credential>) { in dec_ref() argument
/linux-6.15/rust/kernel/fs/
H A Dfile.rs12 cred::Credential,
313 pub fn cred(&self) -> &Credential { in cred() argument
321 unsafe { Credential::from_ptr(ptr) } in cred()
/linux-6.15/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-6.15/Documentation/ABI/stable/
H A Dsysfs-fs-orangefs87 Credential cache configurable settings.
/linux-6.15/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-6.15/Documentation/admin-guide/cifs/
H A Dusage.rst240 of the mount options. Credential files contain two lines::