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

  /external/openssl/crypto/pqueue/
pq_compat.h 93 #define pq_64bit_assign_word(x, y) BN_set_word(x, y) macro
133 #define pq_64bit_assign_word(x, y) (*(x) = y) macro
  /external/openssl/include/openssl/
pq_compat.h 93 #define pq_64bit_assign_word(x, y) BN_set_word(x, y) macro
133 #define pq_64bit_assign_word(x, y) (*(x) = y) macro

Completed in 468 milliseconds