Searched refs:pq_64bit_assign_word (Results 1 - 4 of 4) 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.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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_both.c457 pq_64bit_assign_word(&seq64, msg_hdr->seq);
1075 pq_64bit_assign_word(&seq64, frag->msg_header.seq);
1113 pq_64bit_assign_word(&seq64, seq);
H A Dd1_pkt.c1549 pq_64bit_assign_word(&tmp, 1);

Completed in 87 milliseconds