Home
last modified time | relevance | path

Searched refs:StackType (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dstack.rs39 type StackType; types
43 pub struct Stack<T: Stackable>(*mut T::StackType);
103 type CType = T::StackType;
107 unsafe fn from_ptr(ptr: *mut T::StackType) -> Stack<T> { in from_ptr()
117 fn as_ptr(&self) -> *mut T::StackType { in as_ptr()
137 stack: *mut T::StackType,
186 type CType = T::StackType;
H A Dsrtp.rs20 type StackType = ffi::stack_st_SRTP_PROTECTION_PROFILE; types
H A Dstring.rs32 type StackType = ffi::stack_st_OPENSSL_STRING; types
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs824 type StackType = ffi::stack_st_X509; types
879 type StackType = ffi::stack_st_X509_EXTENSION; types
1214 type StackType = ffi::stack_st_X509_NAME; types
1646 type StackType = ffi::stack_st_X509_REVOKED; types
2186 type StackType = ffi::stack_st_GENERAL_NAME; types
2229 type StackType = ffi::stack_st_DIST_POINT; types
2255 type StackType = ffi::stack_st_ACCESS_DESCRIPTION; types
2299 type StackType = ffi::stack_st_X509_OBJECT; types
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1944 type StackType = ffi::stack_st_SSL_CIPHER; types

Completed in 10 milliseconds