Searched refs:Credential (Results 1 – 8 of 8) sorted by relevance
28 pub struct Credential(Opaque<bindings::cred>); struct33 unsafe impl Send for Credential {} implementation37 unsafe impl Sync for Credential {} implementation39 impl Credential { impl47 pub unsafe fn from_ptr<'a>(ptr: *const bindings::cred) -> &'a Credential { in from_ptr() argument79 unsafe impl AlwaysRefCounted for Credential { implementation87 unsafe fn dec_ref(obj: core::ptr::NonNull<Credential>) { in dec_ref() argument
11 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() argument35 pub fn binder_transfer_binder(from: &Credential, to: &Credential) -> Result { in binder_transfer_binder() argument43 pub fn binder_transfer_file(from: &Credential, to: &Credential, file: &File) -> Result { in binder_transfer_file() argument
12 cred::Credential,322 pub fn cred(&self) -> &Credential { in cred() argument330 unsafe { Credential::from_ptr(ptr) } in cred()
119 认证的第一步是使用 `TCG EK Credential Profile`_ 模板进行主密钥的创建,该150 .. _TCG EK Credential Profile: https://trustedcomputinggroup.org/resource/tcg-ek-credential-profile…
87 Credential cache configurable settings.
19 cred::Credential,441 pub(crate) cred: ARef<Credential>,504 fn new(ctx: Arc<Context>, cred: ARef<Credential>) -> Result<Arc<Self>> { in new()
164 template from the `TCG EK Credential Profile`_ which allows comparison215 .. _TCG EK Credential Profile: https://trustedcomputinggroup.org/resource/tcg-ek-credential-profile…
240 of the mount options. Credential files contain two lines::