Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/ssl/
Dssl_ciph.c182 {0,SSL_TXT_CMPDEF,0, SSL_kEDH|SSL_kEECDH,SSL_aNULL,0,0,0,0,0,0,0},
200 {0,SSL_TXT_aNULL,0, 0,SSL_aNULL, 0,0,0,0,0,0,0},
206 {0,SSL_TXT_EDH,0, SSL_kEDH,~SSL_aNULL,0,0,0,0,0,0,0},
207 {0,SSL_TXT_EECDH,0, SSL_kEECDH,~SSL_aNULL,0,0,0,0,0,0,0},
209 {0,SSL_TXT_ADH,0, SSL_kEDH,SSL_aNULL,0,0,0,0,0,0,0},
210 {0,SSL_TXT_AECDH,0, SSL_kEECDH,SSL_aNULL,0,0,0,0,0,0,0},
1085 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, 0, &head, &tail); in STACK_OF()
1258 case SSL_aNULL: in SSL_CIPHER_description()
1394 case SSL_aNULL: in SSL_CIPHER_get_kx_name()
1405 case SSL_aNULL: in SSL_CIPHER_get_kx_name()
[all …]
Ds3_lib.c227 SSL_aNULL,
274 SSL_aNULL,
322 SSL_aNULL,
405 SSL_aNULL,
421 SSL_aNULL,
554 SSL_aNULL,
570 SSL_aNULL,
683 SSL_aNULL,
699 SSL_aNULL,
715 SSL_aNULL,
Dd1_srvr.c356 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func()
413 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
Dssl_locl.h284 #define SSL_aNULL 0x00000002L /* no auth (i.e. use ADH or AECDH) */ macro
Ds3_clnt.c1630 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
Ds3_srvr.c408 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
Dssl_lib.c2219 mask_a|=SSL_aNULL; in ssl_set_cert_masks()
/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},
276 {0,SSL_TXT_EDH,0, SSL_kEDH,~SSL_aNULL,0,0,0,0,0,0,0},
277 {0,SSL_TXT_EECDH,0, SSL_kEECDH,~SSL_aNULL,0,0,0,0,0,0,0},
281 {0,SSL_TXT_ADH,0, SSL_kEDH,SSL_aNULL,0,0,0,0,0,0,0},
282 {0,SSL_TXT_AECDH,0, SSL_kEECDH,SSL_aNULL,0,0,0,0,0,0,0},
1421 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1630 case SSL_aNULL: in SSL_CIPHER_description()
1806 case SSL_aNULL: in SSL_CIPHER_authentication_method()
1824 case SSL_aNULL: in SSL_CIPHER_authentication_method()
Dd1_srvr.c422 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func()
509 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
1312 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in dtls1_send_server_key_exchange()
Ds3_clnt.c337 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP)) && in IMPLEMENT_ssl3_meth_func()
2038 if (!(alg_a & (SSL_aNULL|SSL_aSRP)) && in ssl3_get_key_exchange()
2122 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
3486 if ((alg_a & (SSL_aDH|SSL_aNULL|SSL_aKRB5)) || (alg_k & SSL_kPSK)) in ssl3_check_cert_and_algorithm()
Ds3_srvr.c418 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP)) in IMPLEMENT_ssl3_meth_func()
522 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
1910 if (!(alg_a & (SSL_aNULL|SSL_aSRP)) 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.c2303 mask_a|=SSL_aNULL; in ssl_set_cert_masks()
2304 emask_a|=SSL_aNULL; in ssl_set_cert_masks()
/external/openssl/patches/
D0011-ecdhe_psk.patch28 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP)) &&
191 - if (!(alg_a & (SSL_aNULL|SSL_aSRP)) && !(alg_k & SSL_kPSK))
192 + if (!(alg_a & (SSL_aNULL|SSL_aSRP)) &&
642 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP))
786 - if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP))
788 + if (!(alg_a & (SSL_aNULL|SSL_aSRP))
D0003-jsse.patch215 + case SSL_aNULL:
233 + case SSL_aNULL:
/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java951 case NativeCrypto.SSL_aNULL: in getServerX509KeyType()
967 case NativeCrypto.SSL_aNULL: in getServerX509KeyType()
DNativeCrypto.java1032 public static final int SSL_aNULL = 0x00000004; field in NativeCrypto