Searched refs:rec_version (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/openssl/ssl/record/methods/ |
| H A D | tlsany_meth.c | 46 if (rec->rec_version == SSL2_VERSION) { in tls_validate_record_header() 58 if ((rec->rec_version >> 8) != SSL3_VERSION_MAJOR) { in tls_validate_record_header() 92 } else if (rec->rec_version != rl->version) { in tls_validate_record_header() 93 if ((rl->version & 0xFF00) == (rec->rec_version & 0xFF00)) { in tls_validate_record_header() 108 rl->version = (unsigned short)rec->rec_version; in tls_validate_record_header()
|
| H A D | tls_common.c | 619 thisrr->rec_version = SSL2_VERSION; in tls_get_more_records() 642 thisrr->rec_version = version; in tls_get_more_records() 650 if (thisrr->rec_version == SSL2_VERSION) { in tls_get_more_records() 678 if (thisrr->rec_version == SSL2_VERSION) { in tls_get_more_records() 701 if (thisrr->rec_version == SSL2_VERSION) in tls_get_more_records() 995 if (rec->rec_version != rl->version) { in tls_default_validate_record_header() 1149 *rversion = rec->rec_version; in tls_read_record() 1733 rl->msg_callback(1, thiswr->rec_version, SSL3_RT_HEADER, recordstart, in tls_post_encryption_processing_default() 1739 rl->msg_callback(1, thiswr->rec_version, SSL3_RT_INNER_CONTENT_TYPE, in tls_post_encryption_processing_default()
|
| H A D | dtls_meth.c | 435 rr->rec_version = (ssl_major << 8) | ssl_minor; in dtls_get_more_records() 446 rl->msg_callback(0, rr->rec_version, SSL3_RT_HEADER, rl->packet, DTLS1_RT_HEADER_LENGTH, in dtls_get_more_records() 454 if (rr->rec_version != rl->version) { in dtls_get_more_records()
|
| H A D | tls13_meth.c | 175 || !WPACKET_put_bytes_u16(&wpkt, rec->rec_version) in tls13_cipher() 267 if (rec->rec_version != TLS1_2_VERSION) { in tls13_validate_record_header()
|
| H A D | recmethod_local.h | 48 int rec_version; member 84 #define TLS_RL_RECORD_set_rec_version(r, v) ((r)->rec_version = (v))
|
| H A D | ktls_meth.c | 382 if (rec->rec_version != TLS1_2_VERSION) { in ktls_validate_record_header()
|
| /src/crypto/openssl/test/ |
| H A D | tls13encryptiontest.c | 298 rec.rec_version = TLS1_2_VERSION; in test_tls13_encryption()
|