Searched refs:SSL3_SEQUENCE_SIZE (Results 1 – 3 of 3) sorted by relevance
236 #define SSL3_SEQUENCE_SIZE 8 macro
1076 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()
454 if (!CBS_get_bytes(&header, &seq_no, SSL3_SEQUENCE_SIZE)) in dtls1_get_record()