Home
last modified time | relevance | path

Searched refs:algorithm_auth (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/lib/libssl/
Ds3_lib.c181 .algorithm_auth = SSL_aRSA,
194 .algorithm_auth = SSL_aRSA,
207 .algorithm_auth = SSL_aRSA,
220 .algorithm_auth = SSL_aRSA,
233 .algorithm_auth = SSL_aRSA,
250 .algorithm_auth = SSL_aRSA,
263 .algorithm_auth = SSL_aNULL,
276 .algorithm_auth = SSL_aNULL,
293 .algorithm_auth = SSL_aRSA,
306 .algorithm_auth = SSL_aRSA,
[all …]
Dssl_ciph.c185 .algorithm_auth = SSL_aNULL,
219 .algorithm_auth = SSL_aRSA,
223 .algorithm_auth = SSL_aNULL,
227 .algorithm_auth = SSL_aECDSA,
231 .algorithm_auth = SSL_aECDSA,
238 .algorithm_auth = ~SSL_aNULL,
243 .algorithm_auth = ~SSL_aNULL,
248 .algorithm_auth = ~SSL_aNULL,
253 .algorithm_auth = ~SSL_aNULL,
262 .algorithm_auth = SSL_aRSA,
[all …]
Dssl_seclevel.c112 if (cipher->algorithm_auth & SSL_aNULL) in ssl_security_secop_cipher()
Dssl_lib.c1589 alg_a = cipher->algorithm_auth; in ssl_has_ecc_ciphers()
2338 alg_a = s->s3->hs.cipher->algorithm_auth; in ssl_using_ecc_cipher()
2352 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg()
2375 alg_a = s->s3->hs.cipher->algorithm_auth; in ssl_get_server_send_pkey()
2399 alg_a = cipher->algorithm_auth; in ssl_get_sign_pkey()
2431 } else if (s->s3->hs.cipher->algorithm_auth & SSL_aNULL) { in ssl_dhe_params_auto_key_bits()
Dssl_clnt.c358 if (!(s->s3->hs.cipher->algorithm_auth & in ssl3_connect()
1298 alg_a = s->s3->hs.cipher->algorithm_auth; in ssl3_get_server_key_exchange()
1475 if (s->s3->hs.cipher->algorithm_auth & SSL_aNULL) { in ssl3_get_certificate_request()
2243 alg_a = s->s3->hs.cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()
Dssl_srvr.c415 if (!(s->s3->hs.cipher->algorithm_auth & in ssl3_accept()
480 ((s->s3->hs.cipher->algorithm_auth & in ssl3_accept()
1488 if (!(s->s3->hs.cipher->algorithm_auth & SSL_aNULL)) { in ssl3_send_server_key_exchange()
Dssl_local.h343 unsigned long algorithm_auth; /* server authentication */ member