Home
last modified time | relevance | path

Searched defs:X509_STORE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs85 pub(crate) enum X509_STORE {} enum
93 pub(crate) fn X509_STORE_free(store: *mut X509_STORE); in X509_STORE_free()
96 pub(crate) fn X509_STORE_add_cert(store: *mut X509_STORE, x: *mut C_X509) -> c_int; in X509_STORE_add_cert()
101 pub(crate) fn X509_STORE_load_path(store: *mut X509_STORE, x: *const c_char) -> c_int; in X509_STORE_load_path()
H A Dssl.rs97 pub(crate) fn SSL_CTX_set_cert_store(ctx: *mut SSL_CTX, store: *mut X509_STORE); in SSL_CTX_set_cert_store()
100 pub(crate) fn SSL_CTX_get_cert_store(ctx: *const SSL_CTX) -> *mut X509_STORE; in SSL_CTX_get_cert_store()