Searched defs:pq_64bit_sub (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/pqueue/
H A Dpq_compat.h97 #define pq_64bit_sub(r, x, y) BN_sub(r, x, y) macro
137 #define pq_64bit_sub(r, x, y) (*(r) = (*(x) - *(y))) macro
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dpq_compat.h97 #define pq_64bit_sub(r, x, y) BN_sub(r, x, y) macro
137 #define pq_64bit_sub(r, x, y) (*(r) = (*(x) - *(y))) macro

Completed in 209 milliseconds