Home
last modified time | relevance | path

Searched refs:SLenType (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs194 type SLenType = libc::ssize_t; types
196 type SLenType = libc::c_int; types
H A Dbio.rs28 buf.len() as crate::SLenType, in new()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs1080 assert!(value.len() <= crate::SLenType::max_value() as usize); in append_entry_by_text()
1086 value.len() as crate::SLenType, in append_entry_by_text()
1107 assert!(value.len() <= crate::SLenType::max_value() as usize); in append_entry_by_text_with_type()
1113 value.len() as crate::SLenType, in append_entry_by_text_with_type()
1128 assert!(value.len() <= crate::SLenType::max_value() as usize); in append_entry_by_nid()
1134 value.len() as crate::SLenType, in append_entry_by_nid()
1154 assert!(value.len() <= crate::SLenType::max_value() as usize); in append_entry_by_nid_with_type()
1160 value.len() as crate::SLenType, in append_entry_by_nid_with_type()

Completed in 5 milliseconds