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

  /src/external/bsd/openldap/dist/libraries/libldap/
result.c 523 int moremsgs = 0, isv2 = 0; local
555 if ( ld->ld_options.ldo_version == LDAP_VERSION2 ) isv2 = 1;
664 if ( LDAP_IS_UDP(ld) && isv2 ) {
1083 if (isv2) {
1128 if ( isv2 ) {
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_srvr.c 1408 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer);
1411 if (clienthello->isv2) {
1453 if (clienthello->isv2) {
1625 if (clienthello->isv2) {
1700 clienthello->isv2) ||
1702 clienthello->isv2, 1)) {
1782 if (clienthello->isv2 ||
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_srvr.c 1418 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer);
1421 if (clienthello->isv2) {
1466 if (clienthello->isv2) {
1651 if (clienthello->isv2) {
1735 clienthello->isv2) ||
1737 clienthello->isv2, 1)) {
1823 if (clienthello->isv2 ||
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_srvr.c 1538 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer);
1541 if (clienthello->isv2) {
1583 if (clienthello->isv2) {
1757 if (clienthello->isv2) {
1818 clienthello->isv2)
1820 &scsvs, clienthello->isv2, 1)) {
1898 if (clienthello->isv2 || (s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION))) {
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 642 unsigned int isv2; member in struct:__anon622
ssl_lib.c 6737 return sc->clienthello->isv2;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 725 unsigned int isv2; member in struct:__anon1654
ssl_lib.c 5400 return s->clienthello->isv2;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 673 unsigned int isv2; member in struct:__anon2190
ssl_lib.c 5137 return s->clienthello->isv2;

Completed in 52 milliseconds