Searched defs:pq_64bit_eq (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h92 #define pq_64bit_eq(x, y) BN_ucmp(x, y) == 0 ? 1 : 0 macro
132 #define pq_64bit_eq(x, y) (*(x) == *(y)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpq_compat.h92 #define pq_64bit_eq(x, y) BN_ucmp(x, y) == 0 ? 1 : 0 macro
132 #define pq_64bit_eq(x, y) (*(x) == *(y)) macro

Completed in 103 milliseconds