Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c188 .algorithm_auth = SSL_aNULL,
238 .algorithm_auth = SSL_aNULL,
261 .algorithm_auth = ~SSL_aNULL,
266 .algorithm_auth = ~SSL_aNULL,
271 .algorithm_auth = ~SSL_aNULL,
276 .algorithm_auth = ~SSL_aNULL,
290 .algorithm_auth = SSL_aNULL,
295 .algorithm_auth = SSL_aNULL,
1283 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1468 case SSL_aNULL: in SSL_CIPHER_description()
[all …]
H A Ds3_lib.c286 .algorithm_auth = SSL_aNULL,
302 .algorithm_auth = SSL_aNULL,
354 .algorithm_auth = SSL_aNULL,
402 .algorithm_auth = SSL_aNULL,
502 .algorithm_auth = SSL_aNULL,
552 .algorithm_auth = SSL_aNULL,
568 .algorithm_auth = SSL_aNULL,
654 .algorithm_auth = SSL_aNULL,
747 .algorithm_auth = SSL_aNULL,
765 .algorithm_auth = SSL_aNULL,
[all …]
H A Dssl_seclevel.c112 if (cipher->algorithm_auth & SSL_aNULL) in ssl_security_secop_cipher()
H A Dssl_clnt.c347 SSL_aNULL)) { in ssl3_connect()
1346 if ((alg_a & SSL_aNULL) == 0) { in ssl3_get_server_key_exchange()
1465 if (s->s3->hs.cipher->algorithm_auth & SSL_aNULL) { in ssl3_get_certificate_request()
2437 if (alg_a & SSL_aNULL) in ssl3_check_cert_and_algorithm()
H A Dssl_srvr.c401 SSL_aNULL)) { in ssl3_accept()
466 SSL_aNULL) && !(s->verify_mode & in ssl3_accept()
1467 if (!(s->s3->hs.cipher->algorithm_auth & SSL_aNULL)) { in ssl3_send_server_key_exchange()
H A Dssl_locl.h217 #define SSL_aNULL 0x00000004L /* no auth (i.e. use ADH or AECDH) */ macro
H A Dssl_lib.c2212 mask_a = SSL_aNULL | SSL_aTLS1_3; in ssl_set_cert_masks()
2344 } else if (s->s3->hs.cipher->algorithm_auth & SSL_aNULL) { in ssl_dhe_params_auto_key_bits()