Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dssl3.h236 #define SSL3_SEQUENCE_SIZE 8 macro
/dragonfly/crypto/libressl/ssl/
H A Dtls12_record_layer.c1097 if (!CBS_get_bytes(&cbs, &seq_num, SSL3_SEQUENCE_SIZE)) in tls12_record_layer_open_record()
1283 if (!CBB_init(&seq_num_cbb, SSL3_SEQUENCE_SIZE)) in tls12_record_layer_seal_record()
H A Dd1_pkt.c396 if (!CBS_get_bytes(&header, &seq_no, SSL3_SEQUENCE_SIZE)) in dtls1_get_record()