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

  /external/openssl/crypto/pqueue/
pq_compat.h 96 #define pq_64bit_add_word(x, w) BN_add_word(x, w) macro
136 #define pq_64bit_add_word(x, w) (*(x) = (*(x) + (w))) macro
  /external/openssl/include/openssl/
pq_compat.h 96 #define pq_64bit_add_word(x, w) BN_add_word(x, w) macro
136 #define pq_64bit_add_word(x, w) (*(x) = (*(x) + (w))) macro

Completed in 49 milliseconds