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/include/openssl/
Dssl.h.in1340 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ macro
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h242 #define SSL_CTX_set_tmp_ecdh BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_set_tmp_ecdh) macro