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

/freebsd-11-stable/crypto/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.c470 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
554 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
564 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
H A Ds3_clnt.c348 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
1068 c->algorithm_mkey & ct->mask_k || c->algorithm_auth & ct->mask_a) {
1199 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
1264 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1297 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1306 s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1469 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
2124 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) {
3525 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Ds3_srvr.c434 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aKRB5 |
525 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
535 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) ||
537 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
1886 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
2941 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3414 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||
H A Dd1_clnt.c418 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
H A Ds3_lib.c3493 if (cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
4198 alg_a = c->algorithm_auth;
H A Dt1_enc.c355 s->s3->tmp.new_cipher->algorithm_auth, comp);
H A Dssl_lib.c1475 c->algorithm_mkey & ct->mask_k || c->algorithm_auth & ct->mask_a)
2483 alg_a = cs->algorithm_auth;
2588 alg_a = cipher->algorithm_auth;
H A Dt1_lib.c1252 alg_a = c->algorithm_auth;
1680 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3246 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 183 milliseconds