Lines Matching refs:stack
38 use crate::stack::{Stack, StackRef, Stackable};
432 let stack = ffi::X509_get_ext_d2i(
438 Stack::from_ptr_opt(stack as *mut _)
446 let stack = ffi::X509_get_ext_d2i(
452 Stack::from_ptr_opt(stack as *mut _)
460 let stack = ffi::X509_get_ext_d2i(
466 Stack::from_ptr_opt(stack as *mut _)
476 let stack = ffi::X509_get_ext_d2i(
482 Stack::from_ptr_opt(stack as *mut _)
519 let stack = ffi::X509_get0_authority_issuer(self.as_ptr());
520 StackRef::from_const_ptr_opt(stack)
1729 // SAFETY: CertificateIssuer is defined to be a stack of GeneralName in the RFC
1741 // SAFETY: CertificateIssuer is defined to be a stack of GeneralName in the RFC
1840 /// Get the stack of revocation entries