Home
last modified time | relevance | path

Searched defs:pq_64bit_gt (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/pqueue/
Dpq_compat.h91 #define pq_64bit_gt(x, y) BN_ucmp(x, y) >= 1 ? 1 : 0 macro
131 #define pq_64bit_gt(x, y) (*(x) > *(y)) macro
/external/openssl/include/openssl/
Dpq_compat.h91 #define pq_64bit_gt(x, y) BN_ucmp(x, y) >= 1 ? 1 : 0 macro
131 #define pq_64bit_gt(x, y) (*(x) > *(y)) macro