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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpq_compat.h95 #define pq_64bit_sub_word(x, w) BN_sub_word(x, w) macro
135 #define pq_64bit_sub_word(x, w) (*(x) = (*(x) - (w))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h95 #define pq_64bit_sub_word(x, w) BN_sub_word(x, w) macro
135 #define pq_64bit_sub_word(x, w) (*(x) = (*(x) - (w))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c1498 pq_64bit_sub_word(&tmp, 1);
1558 pq_64bit_sub_word(&tmp, 1);

Completed in 64 milliseconds