Home
last modified time | relevance | path

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

/external/rust/crates/openssl/src/
Dasn1.rs302 impl Asn1Time { impl
314 fn from_period(period: c_long) -> Result<Asn1Time, ErrorStack> { in from_period()
324 pub fn days_from_now(days: u32) -> Result<Asn1Time, ErrorStack> { in days_from_now()
330 pub fn from_unix(time: time_t) -> Result<Asn1Time, ErrorStack> { in from_unix()
342 pub fn from_str(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str()
358 pub fn from_str_x509(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str_x509()
371 impl PartialEq for Asn1Time { implementation
380 impl PartialEq<Asn1TimeRef> for Asn1Time { implementation
389 impl<'a> PartialEq<&'a Asn1TimeRef> for Asn1Time { implementation
398 impl PartialOrd for Asn1Time { implementation
[all …]