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

/external/boringssl/src/ssl/
H A Dssl_lib.cc2693 int SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ec_key) { function
/external/boringssl/include/openssl/
H A Dssl.h4024 // SSL_CTX_set_tmp_ecdh calls |SSL_CTX_set1_curves| with a one-element list
4026 OPENSSL_EXPORT int SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ec_key);
4357 #define SSL_CTX_set_tmp_ecdh SSL_CTX_set_tmp_ecdh macro
/external/boringssl/src/include/openssl/
H A Dssl.h4024 // SSL_CTX_set_tmp_ecdh calls |SSL_CTX_set1_curves| with a one-element list
4026 OPENSSL_EXPORT int SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ec_key);
4357 #define SSL_CTX_set_tmp_ecdh SSL_CTX_set_tmp_ecdh macro

Completed in 547 milliseconds