Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dssl3.h236 #define SSL3_SEQUENCE_SIZE 8 macro
H A Dtls12_record_layer.c1076 if (!CBS_get_bytes(&cbs, &seq_num, SSL3_SEQUENCE_SIZE)) in tls12_record_layer_open_record()
1262 if (!CBB_init(&seq_num_cbb, SSL3_SEQUENCE_SIZE)) in tls12_record_layer_seal_record()
H A Dd1_pkt.c454 if (!CBS_get_bytes(&header, &seq_no, SSL3_SEQUENCE_SIZE)) in dtls1_get_record()