Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs765 pub fn get_i64(&self) -> Result<i64, ErrorStack> { in get_i64() method
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dtests.rs731 CrlReason::from_raw(reason_code.get_i64().unwrap() as ffi::c_int) in test_crl_entry_extensions()