Searched refs:Asn1ObjectRef (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/openssl/src/ |
D | asn1.rs | 592 pub struct Asn1ObjectRef; 622 impl Asn1ObjectRef { implementation 629 impl fmt::Display for Asn1ObjectRef { implementation 647 impl fmt::Debug for Asn1ObjectRef { implementation
|
/external/rust/crates/openssl/src/x509/ |
D | mod.rs | 25 Asn1BitStringRef, Asn1IntegerRef, Asn1ObjectRef, Asn1StringRef, Asn1TimeRef, Asn1Type, 1147 pub fn object(&self) -> &Asn1ObjectRef { in object() argument 1150 Asn1ObjectRef::from_ptr(object) in object() 1594 pub fn method(&self) -> &Asn1ObjectRef { in method() argument 1595 unsafe { Asn1ObjectRef::from_ptr((*self.as_ptr()).method) } in method() 1620 pub fn object(&self) -> &Asn1ObjectRef { in object() argument 1624 Asn1ObjectRef::from_const_ptr_opt(oid).expect("algorithm oid must not be null") in object()
|
/external/rust/beto-rust/nearby/scripts/openssl-patches/ |
D | 0001-Apply-Android-changes.patch | 582 + Asn1BitStringRef, Asn1IntegerRef, Asn1ObjectRef, Asn1StringRef, Asn1TimeRef, Asn1Type, 1714 + pub fn object(&self) -> &Asn1ObjectRef { 1717 + Asn1ObjectRef::from_ptr(object) 2144 + pub fn method(&self) -> &Asn1ObjectRef { 2145 + unsafe { Asn1ObjectRef::from_ptr((*self.as_ptr()).method) } 2170 + pub fn object(&self) -> &Asn1ObjectRef { 2174 + Asn1ObjectRef::from_const_ptr_opt(oid).expect("algorithm oid must not be null")
|