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

  /external/openssl/crypto/pqueue/
pq_compat.h 98 #define pq_64bit_sub_word(x, w) BN_sub_word(x, w) macro
138 #define pq_64bit_sub_word(x, w) (*(x) = (*(x) - (w))) macro
  /external/openssl/include/openssl/
pq_compat.h 98 #define pq_64bit_sub_word(x, w) BN_sub_word(x, w) macro
138 #define pq_64bit_sub_word(x, w) (*(x) = (*(x) - (w))) macro

Completed in 48 milliseconds