Searched refs:SSL_EXP_MASK (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 Dssl_ciph.c1042 if ((algo_strength & SSL_EXP_MASK)
1043 && !(algo_strength & SSL_EXP_MASK & cp->algo_strength))
1309 if (ca_list[j]->algo_strength & SSL_EXP_MASK) {
1310 if (algo_strength & SSL_EXP_MASK) {
1312 (ca_list[j]->algo_strength & SSL_EXP_MASK) |
1313 ~SSL_EXP_MASK;
1314 if (!(algo_strength & SSL_EXP_MASK)) {
1319 algo_strength |= ca_list[j]->algo_strength & SSL_EXP_MASK;
H A Dssl_locl.h424 # define SSL_EXP_MASK 0x00000003L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_ciph.c1042 if ((algo_strength & SSL_EXP_MASK)
1043 && !(algo_strength & SSL_EXP_MASK & cp->algo_strength))
1309 if (ca_list[j]->algo_strength & SSL_EXP_MASK) {
1310 if (algo_strength & SSL_EXP_MASK) {
1312 (ca_list[j]->algo_strength & SSL_EXP_MASK) |
1313 ~SSL_EXP_MASK;
1314 if (!(algo_strength & SSL_EXP_MASK)) {
1319 algo_strength |= ca_list[j]->algo_strength & SSL_EXP_MASK;
H A Dssl_locl.h424 # define SSL_EXP_MASK 0x00000003L macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c218 {0,SSL_TXT_EXP ,0, 0,SSL_EXPORT, 0,0,0,0,SSL_EXP_MASK},
219 {0,SSL_TXT_EXPORT,0, 0,SSL_EXPORT, 0,0,0,0,SSL_EXP_MASK},
H A Dssl_locl.h319 #define SSL_EXP_MASK 0x00000003L macro
366 #define SSL_ALL_STRENGTHS (SSL_EXP_MASK|SSL_STRONG_MASK)

Completed in 64 milliseconds