Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dctx.rs24 SSL_CTX_free, SSL_CTX_get_cert_store, SSL_CTX_set_default_verify_paths, SSL_CTX_set_verify,
44 fn drop = SSL_CTX_free;
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
Dssl.rs32 pub(crate) fn SSL_CTX_free(ctx: *mut SSL_CTX); in SSL_CTX_free() function