Home
last modified time | relevance | path

Searched refs:from_unix (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs330 pub fn from_unix(time: time_t) -> Result<Asn1Time, ErrorStack> { in from_unix() method
807 let t = Asn1Time::from_unix(0).unwrap(); in time_from_unix()
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md387 * Added `Asn1Time::from_unix`.