Searched refs:pq_64bit_gt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/pqueue/
H A Dpq_compat.h94 #define pq_64bit_gt(x, y) BN_ucmp(x, y) >= 1 ? 1 : 0 macro
134 #define pq_64bit_gt(x, y) (*(x) > *(y)) macro
H A Dpqueue.c127 if (pq_64bit_gt(&(next->priority), &(item->priority)))
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dpq_compat.h94 #define pq_64bit_gt(x, y) BN_ucmp(x, y) >= 1 ? 1 : 0 macro
134 #define pq_64bit_gt(x, y) (*(x) > *(y)) macro
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dd1_pkt.c1548 if (pq_64bit_gt(&rcd_num, &(bitmap->max_seq_num)) ||
1606 if ( pq_64bit_gt(&rcd_num, &(bitmap->max_seq_num)) ||

Completed in 127 milliseconds