Home
last modified time | relevance | path

Searched defs:SSL_CTX_set_tmp_ecdh (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs367 pub unsafe fn SSL_CTX_set_tmp_ecdh(ctx: *mut SSL_CTX, key: *mut EC_KEY) -> c_long { in SSL_CTX_set_tmp_ecdh() function
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1323 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ macro
/third_party/openssl/include/openssl/
Dssl.h.in1340 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ macro