Home
last modified time | relevance | path

Searched defs:Asn1OctetStringRef (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs635 impl Asn1OctetStringRef { impl
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs496 pub fn subject_key_id(&self) -> Option<&Asn1OctetStringRef> { in subject_key_id()
506 pub fn authority_key_id(&self) -> Option<&Asn1OctetStringRef> { in authority_key_id()
997 der_contents: &Asn1OctetStringRef, in new_from_der()