Home
last modified time | relevance | path

Searched refs:Asn1TimeRef (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dasn1.rs163 /// This `struct` is created by the [`diff`] method on [`Asn1TimeRef`]. See its
166 /// [`diff`]: struct.Asn1TimeRef.html#method.diff
167 /// [`Asn1TimeRef`]: struct.Asn1TimeRef.html
196 pub struct Asn1TimeRef; structure names
199 impl Asn1TimeRef { impls
233 impl PartialEq for Asn1TimeRef {
234 fn eq(&self, other: &Asn1TimeRef) -> bool { in eq()
242 impl PartialEq<Asn1Time> for Asn1TimeRef {
251 impl<'a> PartialEq<Asn1Time> for &'a Asn1TimeRef {
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs28 Asn1OctetStringRef, Asn1StringRef, Asn1TimeRef, Asn1Type,
228 pub fn set_not_after(&mut self, not_after: &Asn1TimeRef) -> Result<(), ErrorStack> { in set_not_after()
234 pub fn set_not_before(&mut self, not_before: &Asn1TimeRef) -> Result<(), ErrorStack> { in set_not_before()
570 pub fn not_after(&self) -> &Asn1TimeRef { in not_after()
573 Asn1TimeRef::from_const_ptr_opt(date).expect("not_after must not be null") in not_after()
579 pub fn not_before(&self) -> &Asn1TimeRef { in not_before()
582 Asn1TimeRef::from_const_ptr_opt(date).expect("not_before must not be null") in not_before()
1676 pub fn revocation_date(&self) -> &Asn1TimeRef { in revocation_date()
1680 Asn1TimeRef::from_ptr(r as *mut _) in revocation_date()
1854 pub fn last_update(&self) -> &Asn1TimeRef { in last_update()
[all...]

Completed in 5 milliseconds