Searched refs:TLS1_1_VERSION (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/crypto/openssl/ssl/
H A Dt1_meth.c67 if (ver == TLS1_1_VERSION)
77 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_method,
H A Dt1_srvr.c72 if (ver == TLS1_1_VERSION)
83 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_server_method,
H A Dt1_clnt.c71 if (ver == TLS1_1_VERSION)
82 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_client_method,
H A Ds23_meth.c79 else if (ver == TLS1_1_VERSION)
H A Ds23_clnt.c134 else if (ver == TLS1_1_VERSION)
338 version = TLS1_1_VERSION;
340 version = TLS1_1_VERSION;
390 } else if (version == TLS1_1_VERSION) {
721 s->version = TLS1_1_VERSION;
H A Ds23_srvr.c136 else if (ver == TLS1_1_VERSION)
297 s->version = TLS1_1_VERSION;
367 s->version = TLS1_1_VERSION;
H A Dssl_txt.c121 else if (x->ssl_version == TLS1_1_VERSION)
H A Dtls1.h163 # define TLS1_1_VERSION 0x0302 macro
H A Ds3_cbc.c128 if (s->version >= TLS1_1_VERSION || s->version == DTLS1_BAD_VER) {
H A Ds3_pkt.c813 if (s->enc_write_ctx && s->version >= TLS1_1_VERSION) {
1429 if (s->version >= TLS1_VERSION && s->version <= TLS1_1_VERSION) {
H A Dssl_sess.c435 } else if (s->version == TLS1_1_VERSION) {
436 ss->ssl_version = TLS1_1_VERSION;
H A Dt1_enc.c744 if (s->version >= TLS1_1_VERSION
H A Dssl_lib.c2636 else if (s->version == TLS1_1_VERSION)
H A Ds3_lib.c3407 return s->version == TLS1_1_VERSION;
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c74 # define TLS1_1_VERSION 0x0302 macro
207 else if (key->aux.tls_ver >= TLS1_1_VERSION)
274 >= TLS1_1_VERSION)
519 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) {
/freebsd-10.1-release/crypto/openssl/apps/
H A Ds_cb.c349 case TLS1_1_VERSION:
425 version == TLS1_1_VERSION ||

Completed in 206 milliseconds