Searched refs:algorithm_auth (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds23_lib.c116 c->algorithm_auth == SSL_aECDH || c->algorithm_auth == SSL_aECDSA)
H A Dssl_ciph.c851 !(c->algorithm_auth & disabled_auth) &&
862 c->algorithm_mkey, c->algorithm_auth);
931 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; local
940 if (algorithm_auth)
941 if ((algorithm_auth & mask_auth) == 0)
1024 cp->name, cp->algorithm_mkey, cp->algorithm_auth,
1034 if (alg_auth && !(alg_auth & cp->algorithm_auth))
1276 if (ca_list[j]->algorithm_auth) {
1278 alg_auth &= ca_list[j]->algorithm_auth;
[all...]
H A Dd1_srvr.c466 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
550 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
560 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
H A Ds3_srvr.c425 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aKRB5 |
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
526 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) ||
528 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
1867 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
2864 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3324 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||
H A Ds3_clnt.c343 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
1063 c->algorithm_mkey & ct->mask_k || c->algorithm_auth & ct->mask_a) {
1194 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
1253 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1286 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1295 s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1458 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
2090 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) {
3501 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Dd1_clnt.c413 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
H A Ds3_lib.c3457 if (cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
4162 alg_a = c->algorithm_auth;
H A Dt1_enc.c355 s->s3->tmp.new_cipher->algorithm_auth, comp);
H A Dssl_lib.c1466 c->algorithm_mkey & ct->mask_k || c->algorithm_auth & ct->mask_a)
2466 alg_a = cs->algorithm_auth;
2571 alg_a = cipher->algorithm_auth;
H A Dt1_lib.c1245 alg_a = c->algorithm_auth;
1615 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3130 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Dssl.h427 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds23_lib.c116 c->algorithm_auth == SSL_aECDH || c->algorithm_auth == SSL_aECDSA)
H A Dssl_ciph.c851 !(c->algorithm_auth & disabled_auth) &&
862 c->algorithm_mkey, c->algorithm_auth);
931 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; local
940 if (algorithm_auth)
941 if ((algorithm_auth & mask_auth) == 0)
1024 cp->name, cp->algorithm_mkey, cp->algorithm_auth,
1034 if (alg_auth && !(alg_auth & cp->algorithm_auth))
1276 if (ca_list[j]->algorithm_auth) {
1278 alg_auth &= ca_list[j]->algorithm_auth;
[all...]
H A Dd1_srvr.c466 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
550 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
560 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
H A Ds3_srvr.c425 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aKRB5 |
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
526 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) ||
528 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
1867 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
2864 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3324 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||
H A Ds3_clnt.c343 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
1063 c->algorithm_mkey & ct->mask_k || c->algorithm_auth & ct->mask_a) {
1194 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
1253 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1286 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1295 s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1458 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
2090 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) {
3501 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Dd1_clnt.c413 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
H A Ds3_lib.c3457 if (cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
4162 alg_a = c->algorithm_auth;
H A Dt1_enc.c355 s->s3->tmp.new_cipher->algorithm_auth, comp);
H A Dssl_lib.c1466 c->algorithm_mkey & ct->mask_k || c->algorithm_auth & ct->mask_a)
2466 alg_a = cs->algorithm_auth;
2571 alg_a = cipher->algorithm_auth;
H A Dt1_lib.c1245 alg_a = c->algorithm_auth;
1615 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3130 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Dssl.h427 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st

Completed in 287 milliseconds