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

  /src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c 1641 str = (where & SSL_CB_READ) ? "read" : "write";
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1059 # define SSL_CB_READ 0x04
1062 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
  /src/crypto/external/apache2/openssl/dist/apps/lib/
s_cb.c 564 str = (where & SSL_CB_READ) ? "read" : "write";
  /src/crypto/external/bsd/openssl/dist/apps/lib/
s_cb.c 497 str = (where & SSL_CB_READ) ? "read" : "write";
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_cb.c 478 str = (where & SSL_CB_READ) ? "read" : "write";
  /src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c 1529 op = ( where & SSL_CB_READ ) ? "read" : "write";
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c 760 where & SSL_CB_READ ?
766 if (where & SSL_CB_READ)
775 ev.alert.is_local = !(where & SSL_CB_READ);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 1087 #define SSL_CB_READ 0x04
1090 #define SSL_CB_READ_ALERT (SSL_CB_ALERT | SSL_CB_READ)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1059 # define SSL_CB_READ 0x04
1062 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)

Completed in 44 milliseconds