Searched refs:pq_64bit_sub_word (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A Dpq_compat.h98 # 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
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_pkt.c1613 pq_64bit_sub_word(&tmp, 1);
1670 pq_64bit_sub_word(&tmp, 1);

Completed in 47 milliseconds