Searched refs:SSL3_VERSION (Results 26 - 50 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c178 if (ver == SSL3_VERSION)
1237 if (s->version >= SSL3_VERSION) {
1466 if (s->version >= SSL3_VERSION) {
2196 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) {
3187 if ((s->version > SSL3_VERSION) && s->s3->tmp.cert_request) {
3246 if (s->version == SSL3_VERSION) {
H A Dssl3.h355 # define SSL3_VERSION 0x0300 macro
H A Dssl_sess.c429 } else if (s->version == SSL3_VERSION) {
430 ss->ssl_version = SSL3_VERSION;
H A Dt1_trce.c107 {SSL3_VERSION, "SSL 3.0"},
831 if (TLS1_get_version(ssl) == SSL3_VERSION) {
H A Ds3_pkt.c1412 (s->version > SSL3_VERSION) &&
1694 if (s->version == SSL3_VERSION && desc == SSL_AD_PROTOCOL_VERSION)
H A Ds3_clnt.c178 if (ver == SSL3_VERSION)
246 /* s->version=SSL3_VERSION; */
2089 if (s->version > SSL3_VERSION) {
2528 if (s->version > SSL3_VERSION)
2545 if (s->version > SSL3_VERSION) {
3455 if (s->version == SSL3_VERSION) {
H A Ds3_lib.c3159 s->version = SSL3_VERSION;
3638 return s->version == SSL3_VERSION;
4287 if ((s->version == SSL3_VERSION) &&
H A Dt1_lib.c1256 if (s->client_version == SSL3_VERSION && !s->s3->send_connection_binding)
1623 if (s->version == SSL3_VERSION && !s->s3->send_connection_binding)
3239 if (s->version < SSL3_VERSION)
3303 if ((s->version <= SSL3_VERSION) || !limit)
H A Dssl_locl.h898 SSL3_VERSION, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c178 if (ver == SSL3_VERSION)
1237 if (s->version >= SSL3_VERSION) {
1466 if (s->version >= SSL3_VERSION) {
2196 if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER) {
3187 if ((s->version > SSL3_VERSION) && s->s3->tmp.cert_request) {
3246 if (s->version == SSL3_VERSION) {
H A Dssl3.h355 # define SSL3_VERSION 0x0300 macro
H A Dssl_sess.c429 } else if (s->version == SSL3_VERSION) {
430 ss->ssl_version = SSL3_VERSION;
H A Dt1_trce.c107 {SSL3_VERSION, "SSL 3.0"},
831 if (TLS1_get_version(ssl) == SSL3_VERSION) {
H A Ds3_pkt.c1412 (s->version > SSL3_VERSION) &&
1694 if (s->version == SSL3_VERSION && desc == SSL_AD_PROTOCOL_VERSION)
H A Ds3_clnt.c178 if (ver == SSL3_VERSION)
246 /* s->version=SSL3_VERSION; */
2089 if (s->version > SSL3_VERSION) {
2528 if (s->version > SSL3_VERSION)
2545 if (s->version > SSL3_VERSION) {
3455 if (s->version == SSL3_VERSION) {
H A Ds3_lib.c3159 s->version = SSL3_VERSION;
3638 return s->version == SSL3_VERSION;
4287 if ((s->version == SSL3_VERSION) &&
H A Dt1_lib.c1256 if (s->client_version == SSL3_VERSION && !s->s3->send_connection_binding)
1623 if (s->version == SSL3_VERSION && !s->s3->send_connection_binding)
3239 if (s->version < SSL3_VERSION)
3303 if ((s->version <= SSL3_VERSION) || !limit)
H A Dssl_locl.h898 SSL3_VERSION, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_cb.c608 case SSL3_VERSION:
688 if (version == SSL3_VERSION ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_cb.c608 case SSL3_VERSION:
688 if (version == SSL3_VERSION ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_lib.c1667 s->version=SSL3_VERSION;
2202 if ((s->version == SSL3_VERSION) &&
H A Ds3_pkt.c1261 if (s->version == SSL3_VERSION && desc == SSL_AD_PROTOCOL_VERSION)
H A Dssl_locl.h564 SSL3_VERSION, \
H A Dssl_lib.c2097 else if (s->version == SSL3_VERSION)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1463 case SSL3_VERSION:

Completed in 315 milliseconds

123