HomeSort by relevance Sort by last modified time
    Searched defs:pq_64bit_eq (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/pqueue/
pq_compat.h 95 #define pq_64bit_eq(x, y) BN_ucmp(x, y) == 0 ? 1 : 0 macro
135 #define pq_64bit_eq(x, y) (*(x) == *(y)) macro
  /external/openssl/include/openssl/
pq_compat.h 95 #define pq_64bit_eq(x, y) BN_ucmp(x, y) == 0 ? 1 : 0 macro
135 #define pq_64bit_eq(x, y) (*(x) == *(y)) macro

Completed in 10 milliseconds