Lines Matching defs:ErrorStack
203 pub fn diff(&self, compare: &Self) -> Result<TimeDiff, ErrorStack> { in diff() argument
219 pub fn compare(&self, other: &Self) -> Result<Ordering, ErrorStack> { in compare() argument
314 fn from_period(period: c_long) -> Result<Asn1Time, ErrorStack> { in from_period() argument
324 pub fn days_from_now(days: u32) -> Result<Asn1Time, ErrorStack> { in days_from_now() argument
330 pub fn from_unix(time: time_t) -> Result<Asn1Time, ErrorStack> { in from_unix() argument
342 pub fn from_str(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str() argument
358 pub fn from_str_x509(s: &str) -> Result<Asn1Time, ErrorStack> { in from_str_x509() argument
440 pub fn as_utf8(&self) -> Result<OpensslString, ErrorStack> { in as_utf8() argument
510 pub fn from_bn(bn: &BigNumRef) -> Result<Self, ErrorStack> { in from_bn() argument
541 pub fn to_bn(&self) -> Result<BigNum, ErrorStack> { in to_bn() argument
553 pub fn set(&mut self, value: i32) -> Result<(), ErrorStack> { in set() argument
559 pub fn to_owned(&self) -> Result<Asn1Integer, ErrorStack> { in to_owned() argument
626 pub fn new_from_bytes(value: &[u8]) -> Result<Self, ErrorStack> { in new_from_bytes() argument
686 pub fn from_str(txt: &str) -> Result<Asn1Object, ErrorStack> { in from_str() argument
765 pub fn get_i64(&self) -> Result<i64, ErrorStack> { in get_i64() argument