Home
last modified time | relevance | path

Searched refs:thisrr (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/record/
H A Dssl3_record.c178 SSL3_RECORD *rr, *thisrr; in ssl3_get_record() local
206 thisrr = &rr[num_recs]; in ssl3_get_record()
270 thisrr->type = SSL3_RT_HANDSHAKE; in ssl3_get_record()
271 thisrr->rec_version = SSL2_VERSION; in ssl3_get_record()
273 thisrr->length = sslv2len & 0x7fff; in ssl3_get_record()
275 if (thisrr->length > SSL3_BUFFER_get_len(rbuf) in ssl3_get_record()
282 if (thisrr->length < MIN_SSL2_RECORD_LEN) { in ssl3_get_record()
292 || !PACKET_get_net_2_len(&pkt, &thisrr->length)) { in ssl3_get_record()
299 thisrr->type = type; in ssl3_get_record()
300 thisrr->rec_version = version; in ssl3_get_record()
[all …]