Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
Dx509.rs40 pub(crate) fn X509_STORE_new() -> *mut X509_STORE; in X509_STORE_new() function
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dx509.rs24 d2i_X509, X509_STORE_add_cert, X509_STORE_free, X509_STORE_new, X509_VERIFY_PARAM_free,
136 Ok(X509Store(check_ptr(unsafe { X509_STORE_new() })?)) in new()