Lines Matching refs:SSL_SET_OPTION
1377 char * const ssl_cert = SSL_SET_OPTION(cert);
1607 if(SSL_SET_OPTION(key)) {
1621 if(!SSL_SET_OPTION(cert_type))
1624 else if(strncmp(SSL_SET_OPTION(cert_type), "P12",
1625 strlen(SSL_SET_OPTION(cert_type))) != 0)
1630 SSL_SET_OPTION(key_passwd), &cert_and_key);
1905 /* TODO s/data->set.ssl.enable_beast/SSL_SET_OPTION(enable_beast)/g */
1914 if(SSL_SET_OPTION(primary.sessionid)) {