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

/freebsd-9.3-release/crypto/openssl/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

Completed in 25 milliseconds