Home
last modified time | relevance | path

Searched refs:CStruct (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dforeign.rs20 type CStruct; typedef
22 type Ref: ForeignRef<CStruct = Self::CStruct>;
25 fn from_ptr(ptr: *mut Self::CStruct) -> Self; in from_ptr()
27 fn as_ptr(&self) -> *mut Self::CStruct; in as_ptr() argument
32 type CStruct; typedef
37 unsafe fn from_ptr<'a>(ptr: *mut Self::CStruct) -> &'a Self { in from_ptr()
44 unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CStruct) -> &'a mut Self { in from_ptr_mut()
50 fn as_ptr(&self) -> *mut Self::CStruct { in as_ptr() argument
57 type CStruct = $ctype:ty;
71 type CStruct = $ctype;
[all …]
H A Dx509.rs41 type CStruct = C_X509;
48 type CStruct = X509_NAME;
55 type CStruct = EVP_PKEY;
202 type CStruct = X509_STORE;
233 type CStruct = X509_VERIFY_PARAM;
275 type CStruct = X509_STORE_CTX;
292 type CStruct = X509_PUBKEY;
H A Dstack.rs119 type CStruct = T::StackType; typedef
129 type CStruct = T::StackType; typedef
132 fn from_ptr(ptr: *mut Self::CStruct) -> Self { in from_ptr()
136 fn as_ptr(&self) -> *mut Self::CStruct { in as_ptr() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dssl_base.rs44 type CStruct = SSL;
H A Dctx.rs43 type CStruct = SSL_CTX;