Searched refs:pq_64bit_eq (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A Dpqueue.c133 if (pq_64bit_eq(&(item->priority), &(next->priority)))
167 if (pq_64bit_eq(&(next->priority), &priority)) {
174 if (pq_64bit_eq(&(next->priority), &priority))
H A Dpq_compat.h95 # define pq_64bit_eq(x, y) BN_ucmp(x, y) == 0 ? 1 : 0 macro
135 # define pq_64bit_eq(x, y) (*(x) == *(y)) macro
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_pkt.c1595 pq_64bit_eq(&rcd_num, &(bitmap->max_seq_num))) {
1650 pq_64bit_eq(&rcd_num, &(bitmap->max_seq_num))) {

Completed in 115 milliseconds