Lines Matching defs:new
72 let mem_bio = match MemBio::new() {
283 let mem_bio = match MemBio::new() {
304 fn new() -> Result<Asn1Time, ErrorStack> {
323 /// Creates a new time on specified interval in days from now
328 /// Creates a new time from the specified `time_t` value
339 /// Creates a new time corresponding to the specified ASN1 time string.
344 let s = CString::new(s).unwrap();
346 let time = Asn1Time::new()?;
353 /// Creates a new time corresponding to the specified X509 time string.
360 let s = CString::new(s).unwrap();
362 let time = Asn1Time::new()?;
557 /// Creates a new Asn1Integer with the same value.
689 let txt = CString::new(txt).unwrap();