Home
last modified time | relevance | path

Searched defs:pq_64bit_assign_word (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/pqueue/
H A Dpq_compat.h90 #define pq_64bit_assign_word(x, y) BN_set_word(x, y) macro
130 #define pq_64bit_assign_word(x, y) (*(x) = y) macro