Searched refs:SEC_ESC_BIT (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_pkt.c210 s->s2->escape = ((p[0] & SEC_ESC_BIT)) ? 1 : 0;
613 pp[0] |= SEC_ESC_BIT;
H A Dssl_locl.h268 # define SEC_ESC_BIT 0x40 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_pkt.c215 s->s2->escape=((p[0] & SEC_ESC_BIT))?1:0;
623 if (s->s2->escape) pp[0]|=SEC_ESC_BIT;
H A Dssl_locl.h231 #define SEC_ESC_BIT 0x40 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_pkt.c210 s->s2->escape = ((p[0] & SEC_ESC_BIT)) ? 1 : 0;
613 pp[0] |= SEC_ESC_BIT;
H A Dssl_locl.h268 # define SEC_ESC_BIT 0x40 macro

Completed in 79 milliseconds