Home
last modified time | relevance | path

Searched defs:SubjectPublicKeyInfoOwned (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/spki/src/
Dspki.rs28 pub type SubjectPublicKeyInfoOwned = SubjectPublicKeyInfo<Any, BitString>; typedef
197 impl OwnedToRef for SubjectPublicKeyInfoOwned { implementation
207 impl SubjectPublicKeyInfoOwned { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dbuilder.rs275 subject_public_key_info: SubjectPublicKeyInfoOwned, in new()
/aosp_15_r20/system/keymint/ta/src/
H A Dkeys.rs148 spki: SubjectPublicKeyInfoOwned, in generate_cert()
H A Dcert.rs72 spki: SubjectPublicKeyInfoOwned, in tbs_certificate()