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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Ds3_srvr.c2165 unsigned char decrypt_good, version_good; local
2250 * version_good will be 0xff, otherwise it'll be zero. The
2256 version_good =
2258 version_good &=
2276 version_good |= workaround_good;
2283 decrypt_good &= version_good;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Ds3_srvr.c2008 unsigned char decrypt_good, version_good; local
2092 * then version_good will be 0xff, otherwise it'll be zero.
2098 version_good = constant_time_eq_8(p[0], (unsigned)(s->client_version>>8));
2099 version_good &= constant_time_eq_8(p[1], (unsigned)(s->client_version&0xff));
2113 version_good |= workaround_good;
2118 decrypt_good &= version_good;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Ds3_srvr.c2008 unsigned char decrypt_good, version_good; local
2092 * then version_good will be 0xff, otherwise it'll be zero.
2098 version_good = constant_time_eq_8(p[0], (unsigned)(s->client_version>>8));
2099 version_good &= constant_time_eq_8(p[1], (unsigned)(s->client_version&0xff));
2113 version_good |= workaround_good;
2118 decrypt_good &= version_good;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Ds3_srvr.c2165 unsigned char decrypt_good, version_good; local
2250 * version_good will be 0xff, otherwise it'll be zero. The
2256 version_good =
2258 version_good &=
2276 version_good |= workaround_good;
2283 decrypt_good &= version_good;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Ds3_srvr.c2165 unsigned char decrypt_good, version_good; local
2250 * version_good will be 0xff, otherwise it'll be zero. The
2256 version_good =
2258 version_good &=
2276 version_good |= workaround_good;
2283 decrypt_good &= version_good;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Ds3_srvr.c2008 unsigned char decrypt_good, version_good; local
2092 * then version_good will be 0xff, otherwise it'll be zero.
2098 version_good = constant_time_eq_8(p[0], (unsigned)(s->client_version>>8));
2099 version_good &= constant_time_eq_8(p[1], (unsigned)(s->client_version&0xff));
2113 version_good |= workaround_good;
2118 decrypt_good &= version_good;

Completed in 198 milliseconds