Searched refs:PQ_64BIT (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpqueue.h73 PQ_64BIT priority;
80 pitem *pitem_new(PQ_64BIT priority, void *data);
89 pitem *pqueue_find(pqueue pq, PQ_64BIT priority);
H A Dpq_compat.h80 #define PQ_64BIT BIGNUM macro
112 #define PQ_64BIT BN_ULONG macro
115 #define PQ_64BIT BN_ULONG macro
118 #define PQ_64BIT BN_ULLONG macro
143 PQ_64BIT mask = 1; \
H A Dpqueue.c71 pitem_new(PQ_64BIT priority, void *data)
167 pqueue_find(pqueue_s *pq, PQ_64BIT priority)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpqueue.h73 PQ_64BIT priority;
80 pitem *pitem_new(PQ_64BIT priority, void *data);
89 pitem *pqueue_find(pqueue pq, PQ_64BIT priority);
H A Dpq_compat.h80 #define PQ_64BIT BIGNUM macro
112 #define PQ_64BIT BN_ULONG macro
115 #define PQ_64BIT BN_ULONG macro
118 #define PQ_64BIT BN_ULLONG macro
143 PQ_64BIT mask = 1; \
H A Ddtls1.h93 PQ_64BIT map;
95 PQ_64BIT max_seq_num; /* max record number seen so far */
H A Dssl3.h303 /*r */ PQ_64BIT seq_num; /* sequence number, needed by DTLS1 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ddtls1.h93 PQ_64BIT map;
95 PQ_64BIT max_seq_num; /* max record number seen so far */
H A Dd1_pkt.c127 PQ_64BIT *seq_num);
136 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)
284 PQ_64BIT priority =
285 (((PQ_64BIT)s->d1->handshake_read_seq) << 32) |
286 ((PQ_64BIT)s->d1->r_msg_hdr.frag_off);
1430 *((PQ_64BIT *)&(s->s3->write_sequence[0])));
1462 PQ_64BIT *seq_nu
[all...]
H A Dssl3.h303 /*r */ PQ_64BIT seq_num; /* sequence number, needed by DTLS1 */
H A Dd1_both.c445 PQ_64BIT seq64;
1046 PQ_64BIT seq64;
1104 PQ_64BIT seq64;

Completed in 49 milliseconds