Searched refs:SSL_CTX_set_tmp_dh (Results 1 – 7 of 7) sorted by relevance
3708 OPENSSL_EXPORT int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh);4593 #define SSL_CTX_set_tmp_dh SSL_CTX_set_tmp_dh macro
4619 OPENSSL_EXPORT int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh);5163 #define SSL_CTX_set_tmp_dh SSL_CTX_set_tmp_dh macro
2002 # define SSL_CTX_set_tmp_dh(ctx,dh) \ macro