Home
last modified time | relevance | path

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

/external/openssl/ssl/
Ds3_lib.c535 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 …]
Dssl_ciph.c233 {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},
1416 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1622 case SSL_aNULL: in SSL_CIPHER_description()
1780 case SSL_aNULL: in SSL_CIPHER_authentication_method()
1798 case SSL_aNULL: in SSL_CIPHER_authentication_method()
Dd1_srvr.c421 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()
Ds3_clnt.c349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
1899 if (!(alg_a & SSL_aNULL) && !(alg_k & SSL_kPSK)) in ssl3_get_key_exchange()
1983 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
3281 if ((alg_a & (SSL_aDH|SSL_aNULL|SSL_aKRB5)) || (alg_k & SSL_kPSK)) in ssl3_check_cert_and_algorithm()
Ds3_srvr.c416 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_ssl3_meth_func()
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
1878 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_send_server_key_exchange()
Dssl_locl.h306 #define SSL_aNULL 0x00000004L /* no auth (i.e. use ADH or AECDH) */ macro
Dd1_clnt.c388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
Dssl_lib.c2248 mask_a|=SSL_aNULL; in ssl_set_cert_masks()
2249 emask_a|=SSL_aNULL; in ssl_set_cert_masks()
/external/chromium_org/third_party/openssl/openssl/ssl/
Ds3_lib.c540 SSL_aNULL,
556 SSL_aNULL,
572 SSL_aNULL,
588 SSL_aNULL,
604 SSL_aNULL,
974 SSL_aNULL,
1069 SSL_aNULL,
1265 SSL_aNULL,
1480 SSL_aNULL,
1496 SSL_aNULL,
[all …]
Dssl_ciph.c233 {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},
1459 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1665 case SSL_aNULL: in SSL_CIPHER_description()
1826 case SSL_aNULL: in SSL_CIPHER_authentication_method()
1844 case SSL_aNULL: in SSL_CIPHER_authentication_method()
Dd1_srvr.c421 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()
Ds3_clnt.c349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
1900 if (!(alg_a & SSL_aNULL) && !(alg_k & SSL_kPSK)) in ssl3_get_key_exchange()
1984 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
3267 if ((alg_a & (SSL_aDH|SSL_aNULL|SSL_aKRB5)) || (alg_k & SSL_kPSK)) in ssl3_check_cert_and_algorithm()
Ds3_srvr.c416 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_ssl3_meth_func()
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
1879 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_send_server_key_exchange()
Dssl_locl.h306 #define SSL_aNULL 0x00000004L /* no auth (i.e. use ADH or AECDH) */ macro
Dd1_clnt.c388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
Dssl_lib.c2161 mask_a|=SSL_aNULL; in ssl_set_cert_masks()
2162 emask_a|=SSL_aNULL; in ssl_set_cert_masks()
/external/openssl/patches/
Djsse.patch207 + case SSL_aNULL:
225 + case SSL_aNULL:
/external/chromium_org/third_party/openssl/openssl/patches/
Djsse.patch207 + case SSL_aNULL:
225 + case SSL_aNULL: