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

/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A Dpq_compat.h92 # define pq_64bit_assign(x, y) BN_copy(x, y) macro
132 # define pq_64bit_assign(x, y) (*(x) = *(y)) macro

Completed in 90 milliseconds