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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_pkt.c189 unsigned int *is_next_epoch);
580 unsigned int is_next_epoch; local
681 bitmap = dtls1_get_bitmap(s, rr, &is_next_epoch);
719 if (is_next_epoch) {
1824 unsigned int *is_next_epoch)
1827 *is_next_epoch = 0;
1836 *is_next_epoch = 1;
1823 dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, unsigned int *is_next_epoch) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c130 unsigned int *is_next_epoch);
491 unsigned int is_next_epoch; local
587 bitmap = dtls1_get_bitmap(s, rr, &is_next_epoch);
608 if (is_next_epoch)
1630 dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, unsigned int *is_next_epoch) argument
1633 *is_next_epoch = 0;
1644 *is_next_epoch = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_pkt.c189 unsigned int *is_next_epoch);
580 unsigned int is_next_epoch; local
681 bitmap = dtls1_get_bitmap(s, rr, &is_next_epoch);
719 if (is_next_epoch) {
1824 unsigned int *is_next_epoch)
1827 *is_next_epoch = 0;
1836 *is_next_epoch = 1;
1823 dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, unsigned int *is_next_epoch) argument

Completed in 108 milliseconds