Lines Matching refs:where
404 * o The paranoid and default approach where we force a renegotiation when
409 * o The optimized and still secure way where we force a renegotiation
1731 * inter-process disk-cache where it was perhaps stored by one
1807 server_rec *s, int where, int rc)
1812 if (where & SSL_CB_HANDSHAKE_START) {
1816 else if (where & SSL_CB_HANDSHAKE_DONE) {
1820 else if (where & SSL_CB_LOOP) {
1825 else if (where & SSL_CB_READ) {
1830 else if (where & SSL_CB_WRITE) {
1835 else if (where & SSL_CB_ALERT) {
1836 char *str = (where & SSL_CB_READ) ? "read" : "write";
1843 else if (where & SSL_CB_EXIT) {
1861 if (where & SSL_CB_HANDSHAKE_DONE) {
1877 void ssl_callback_Info(const SSL *ssl, int where, int rc)
1895 if ((where & SSL_CB_ACCEPT_LOOP) && scr->reneg_state == RENEG_REJECT) {
1907 else if ((where & SSL_CB_HANDSHAKE_DONE) && scr->reneg_state == RENEG_INIT) {
1913 log_tracing_state(ssl, c, s, where, rc);
1970 * Find a (name-based) SSL virtual host where either the ServerName
2352 * them together into a single string, where each protocol name is prefixed