Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs30 SSL_CTX_set_cert_store, SSL_CTX_set_cert_verify_callback, SSL_CTX_set_cipher_list,
262 SSL_CTX_set_cert_store(ptr, cert_store.as_ptr()); in set_cert_store()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
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() function