Searched refs:SSL_aNULL (Results 1 – 9 of 9) sorted by relevance
/external/openssl/ssl/ |
D | s3_lib.c | 535 SSL_aNULL, 551 SSL_aNULL, 567 SSL_aNULL, 583 SSL_aNULL, 599 SSL_aNULL, 969 SSL_aNULL, 1064 SSL_aNULL, 1260 SSL_aNULL, 1475 SSL_aNULL, 1491 SSL_aNULL, [all …]
|
D | ssl_ciph.c | 233 {0,SSL_TXT_CMPDEF,0, SSL_kEDH|SSL_kEECDH,SSL_aNULL,~SSL_eNULL,0,0,0,0,0,0}, 264 {0,SSL_TXT_aNULL,0, 0,SSL_aNULL, 0,0,0,0,0,0,0}, 275 {0,SSL_TXT_EDH,0, SSL_kEDH,~SSL_aNULL,0,0,0,0,0,0,0}, 276 {0,SSL_TXT_EECDH,0, SSL_kEECDH,~SSL_aNULL,0,0,0,0,0,0,0}, 280 {0,SSL_TXT_ADH,0, SSL_kEDH,SSL_aNULL,0,0,0,0,0,0,0}, 281 {0,SSL_TXT_AECDH,0, SSL_kEECDH,SSL_aNULL,0,0,0,0,0,0,0}, 1415 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF() 1621 case SSL_aNULL: in SSL_CIPHER_description() 1779 case SSL_aNULL: in SSL_CIPHER_authentication_method() 1797 case SSL_aNULL: in SSL_CIPHER_authentication_method()
|
D | d1_srvr.c | 421 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func() 508 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func() 1295 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in dtls1_send_server_key_exchange()
|
D | s3_clnt.c | 343 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func() 1877 if (!(alg_a & SSL_aNULL) && !(alg_k & SSL_kPSK)) in ssl3_get_key_exchange() 1961 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request() 3237 if ((alg_a & (SSL_aDH|SSL_aNULL|SSL_aKRB5)) || (alg_k & SSL_kPSK)) in ssl3_check_cert_and_algorithm()
|
D | s3_srvr.c | 411 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_ssl3_meth_func() 511 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func() 1849 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_send_server_key_exchange()
|
D | ssl_locl.h | 297 #define SSL_aNULL 0x00000004L /* no auth (i.e. use ADH or AECDH) */ macro
|
D | d1_clnt.c | 388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
|
D | ssl_lib.c | 2150 mask_a|=SSL_aNULL; in ssl_set_cert_masks() 2151 emask_a|=SSL_aNULL; in ssl_set_cert_masks()
|
/external/openssl/patches/ |
D | jsse.patch | 207 + case SSL_aNULL: 225 + case SSL_aNULL:
|