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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h100 #define pq_64bit_get_word(x) BN_get_word(x) macro
140 #define pq_64bit_get_word(x) *(x) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpq_compat.h100 #define pq_64bit_get_word(x) BN_get_word(x) macro
140 #define pq_64bit_get_word(x) *(x) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c1487 if ( pq_64bit_get_word(&tmp) > bitmap->length)
1499 offset = pq_64bit_get_word(&tmp);
1540 shift = (unsigned int)pq_64bit_get_word(&tmp);
1559 shift = (unsigned int)pq_64bit_get_word(&tmp);

Completed in 45 milliseconds