Home
last modified time | relevance | path

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

/openssl/ssl/record/
H A Drecord.h20 #define SEQ_NUM_SIZE 8 macro
40 unsigned char seq_num[SEQ_NUM_SIZE];
/openssl/ssl/record/methods/
H A Dtls13_meth.c155 if (nonce_len < SEQ_NUM_SIZE) { in tls13_cipher()
160 offset = nonce_len - SEQ_NUM_SIZE; in tls13_cipher()
162 for (loop = 0; loop < SEQ_NUM_SIZE; loop++) in tls13_cipher()
H A Drecmethod_local.h20 unsigned char max_seq_num[SEQ_NUM_SIZE];
78 unsigned char seq_num[SEQ_NUM_SIZE];
273 unsigned char sequence[SEQ_NUM_SIZE];
H A Ddtls_meth.c75 memcpy(bitmap->max_seq_num, seq, SEQ_NUM_SIZE); in dtls_record_bitmap_update()
H A Dtls_common.c45 memcpy(r->seq_num, seq_num, SEQ_NUM_SIZE); in ossl_tls_rl_record_set_seq_num()
2082 for (i = SEQ_NUM_SIZE; i > 0; i--) { in tls_increment_sequence_ctr()
/openssl/test/
H A Dtls13encryptiontest.c264 memcpy(seq, sq, SEQ_NUM_SIZE); in load_record()
314 unsigned char seqbuf[SEQ_NUM_SIZE]; in test_tls13_encryption()
H A Dsslapitest.c1034 char crec_wseq_before[SEQ_NUM_SIZE]; in ping_pong_query()
1035 char crec_wseq_after[SEQ_NUM_SIZE]; in ping_pong_query()
1036 char crec_rseq_before[SEQ_NUM_SIZE]; in ping_pong_query()
1037 char crec_rseq_after[SEQ_NUM_SIZE]; in ping_pong_query()
1038 char srec_wseq_before[SEQ_NUM_SIZE]; in ping_pong_query()
1039 char srec_wseq_after[SEQ_NUM_SIZE]; in ping_pong_query()
1040 char srec_rseq_before[SEQ_NUM_SIZE]; in ping_pong_query()
1041 char srec_rseq_after[SEQ_NUM_SIZE]; in ping_pong_query()
1086 if (!TEST_mem_ne(crec_wseq_before, SEQ_NUM_SIZE, in ping_pong_query()
1087 crec_wseq_after, SEQ_NUM_SIZE)) in ping_pong_query()
[all …]
/openssl/ssl/
H A Dd1_lib.c422 unsigned char seq[SEQ_NUM_SIZE]; in DTLSv1_listen()
538 if (!PACKET_copy_bytes(&pkt, seq, SEQ_NUM_SIZE) in DTLSv1_listen()
693 || !WPACKET_memcpy(&wpkt, seq, SEQ_NUM_SIZE) in DTLSv1_listen()

Completed in 57 milliseconds