Home
last modified time | relevance | path

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

/external/rust/crates/openssl/src/
Dasn1.rs502 impl Asn1Integer { implementation
515 impl Ord for Asn1Integer { implementation
520 impl PartialOrd for Asn1Integer { implementation
525 impl Eq for Asn1Integer {} implementation
526 impl PartialEq for Asn1Integer { implementation
559 pub fn to_owned(&self) -> Result<Asn1Integer, ErrorStack> { in to_owned()
Dbn.rs894 pub fn to_asn1_integer(&self) -> Result<Asn1Integer, ErrorStack> { in to_asn1_integer()