Searched refs:pq_64bit_add_word (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/pqueue/
H A Dpq_compat.h96 #define pq_64bit_add_word(x, w) BN_add_word(x, w) macro
136 #define pq_64bit_add_word(x, w) (*(x) = (*(x) + (w))) macro
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dpq_compat.h96 #define pq_64bit_add_word(x, w) BN_add_word(x, w) macro
136 #define pq_64bit_add_word(x, w) (*(x) = (*(x) + (w))) macro
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dd1_pkt.c1610 pq_64bit_add_word(&tmp, 1);
1618 pq_64bit_add_word(&rcd_num, 1);

Completed in 112 milliseconds