Searched refs:pq_64bit_sub (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.h94 #define pq_64bit_sub(r, x, y) BN_sub(r, x, y) macro
134 #define pq_64bit_sub(r, x, y) (*(r) = (*(x) - *(y))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h94 #define pq_64bit_sub(r, x, y) BN_sub(r, x, y) macro
134 #define pq_64bit_sub(r, x, y) (*(r) = (*(x) - *(y))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c1485 pq_64bit_sub(&tmp, &(bitmap->max_seq_num), &rcd_num);
1497 pq_64bit_sub(&tmp, &(bitmap->max_seq_num), &rcd_num);
1537 pq_64bit_sub(&tmp, &rcd_num, &(bitmap->max_seq_num));
1557 pq_64bit_sub(&tmp, &(bitmap->max_seq_num), &rcd_num);

Completed in 41 milliseconds