Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/pqueue/
Dpq_compat.h83 # define PQ_64BIT BIGNUM macro
115 # define PQ_64BIT BN_ULONG macro
118 # define PQ_64BIT BN_ULONG macro
121 # define PQ_64BIT BN_ULLONG macro
146 PQ_64BIT mask = 1; \
Dpqueue.h72 PQ_64BIT priority;
79 pitem *pitem_new(PQ_64BIT priority, void *data);
88 pitem *pqueue_find(pqueue pq, PQ_64BIT priority);
Dpqueue.c69 pitem *pitem_new(PQ_64BIT priority, void *data) in pitem_new()
158 pitem *pqueue_find(pqueue_s *pq, PQ_64BIT priority) in pqueue_find()
/freebsd-9-stable/crypto/openssl/ssl/
Dd1_pkt.c136 static int dtls1_buffer_record(SSL *s, record_pqueue *q, PQ_64BIT * priority);
139 static PQ_64BIT bytes_to_long_long(unsigned char *bytes, PQ_64BIT * num);
164 dtls1_buffer_record(SSL *s, record_pqueue *queue, PQ_64BIT * priority) in dtls1_buffer_record()
328 PQ_64BIT priority =
329 (((PQ_64BIT) s->d1->handshake_read_seq) << 32) |
330 ((PQ_64BIT) s->d1->r_msg_hdr.frag_off);
1549 *((PQ_64BIT *) & (s->s3->write_sequence[0]))); in do_dtls1_write()
1584 PQ_64BIT mask = 0x0000000000000001L; in dtls1_record_replay_check()
1586 PQ_64BIT rcd_num, tmp; in dtls1_record_replay_check()
1636 PQ_64BIT rcd_num; in dtls1_record_bitmap_update()
[all …]
Ddtls1.h111 PQ_64BIT map;
113 PQ_64BIT max_seq_num; /* max record number seen so far */
Dd1_both.c617 PQ_64BIT seq64; in dtls1_reassemble_fragment()
727 PQ_64BIT seq64; in dtls1_process_out_of_seq_message()
1196 PQ_64BIT seq64; in dtls1_buffer_message()
1263 PQ_64BIT seq64; in dtls1_retransmit_message()
Dssl3.h341 */ PQ_64BIT seq_num;