HomeSort by: relevance | last modified time | path
    Searched refs:SSL_ST_ACCEPT (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1048 * and SSL_ST_ACCEPT are still in use in the definition of SSL_CB_ACCEPT_LOOP,
1053 # define SSL_ST_ACCEPT 0x2000
1064 # define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1065 # define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
  /src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c 1626 else if (w & SSL_ST_ACCEPT)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1048 * and SSL_ST_ACCEPT are still in use in the definition of SSL_CB_ACCEPT_LOOP,
1053 # define SSL_ST_ACCEPT 0x2000
1064 # define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP)
1065 # define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 1076 * and SSL_ST_ACCEPT are still in use in the definition of SSL_CB_ACCEPT_LOOP,
1081 #define SSL_ST_ACCEPT 0x2000
1092 #define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT | SSL_CB_LOOP)
1093 #define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT | SSL_CB_EXIT)
  /src/crypto/external/apache2/openssl/dist/apps/lib/
s_cb.c 556 else if (w & SSL_ST_ACCEPT)
  /src/crypto/external/bsd/openssl/dist/apps/lib/
s_cb.c 489 else if (w & SSL_ST_ACCEPT)
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_cb.c 470 else if (w & SSL_ST_ACCEPT)
  /src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c 1509 } else if ( w & SSL_ST_ACCEPT ) {
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c 749 else if (w & SSL_ST_ACCEPT)
  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 5551 || !TEST_false(!SSL_is_server(s) && (where & SSL_ST_ACCEPT) != 0)
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 7448 || !TEST_false(!SSL_is_server(s) && (where & SSL_ST_ACCEPT) != 0)
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 8242 || !TEST_false(!SSL_is_server(s) && (where & SSL_ST_ACCEPT) != 0)

Completed in 91 milliseconds