Searched refs:s_ctx2 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c221 static SSL_CTX *s_ctx2 = NULL; variable
324 if (s_ctx2 != NULL && sn_server2 != NULL &&
327 SSL_set_SSL_CTX(s, s_ctx2);
340 if (sn_expect == 2 && ctx == s_ctx2)
343 if (ctx == s_ctx2)
468 if (SSL_get_SSL_CTX(server) == s_ctx2) {
1389 s_ctx2 = SSL_CTX_new(meth); /* no SSL_CTX_dup! */
1390 if ((c_ctx == NULL) || (s_ctx == NULL) || (s_ctx2 == NULL)) {
1398 SSL_CTX_set_cipher_list(s_ctx2, cipher);
1408 SSL_CTX_set_options(s_ctx2, SSL_OP_SINGLE_DH_US
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c221 static SSL_CTX *s_ctx2 = NULL; variable
324 if (s_ctx2 != NULL && sn_server2 != NULL &&
327 SSL_set_SSL_CTX(s, s_ctx2);
340 if (sn_expect == 2 && ctx == s_ctx2)
343 if (ctx == s_ctx2)
468 if (SSL_get_SSL_CTX(server) == s_ctx2) {
1389 s_ctx2 = SSL_CTX_new(meth); /* no SSL_CTX_dup! */
1390 if ((c_ctx == NULL) || (s_ctx == NULL) || (s_ctx2 == NULL)) {
1398 SSL_CTX_set_cipher_list(s_ctx2, cipher);
1408 SSL_CTX_set_options(s_ctx2, SSL_OP_SINGLE_DH_US
[all...]

Completed in 122 milliseconds