Home
last modified time | relevance | path

Searched refs:X509_STORE_CTX_get0_cert (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs29 X509_STORE_CTX_free, X509_STORE_CTX_get0_cert, X509_STORE_add_cert, X509_STORE_free,
284 Ok(X509Ref::from_ptr(check_ptr(X509_STORE_CTX_get0_cert( in get_current_cert()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs109 pub(crate) fn X509_STORE_CTX_get0_cert(ctx: *const X509_STORE_CTX) -> *mut C_X509; in X509_STORE_CTX_get0_cert() function