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

  /external/openssl/crypto/pqueue/
pq_compat.h 92 #define pq_64bit_assign(x, y) BN_copy(x, y) macro
132 #define pq_64bit_assign(x, y) (*(x) = *(y)) macro
  /external/openssl/include/openssl/
pq_compat.h 92 #define pq_64bit_assign(x, y) BN_copy(x, y) macro
132 #define pq_64bit_assign(x, y) (*(x) = *(y)) macro

Completed in 42 milliseconds