/external/openssl/patches/ |
D | 0011-ecdhe_psk.patch | 30 + !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) && 40 + if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) 49 + if (alg_a & SSL_aPSK) 182 + !((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) 217 + if (alg_a & SSL_aPSK) 341 + if ((alg_a & SSL_aPSK) && psk_len != 0) 365 + if (!(alg_a & SSL_aPSK)) 393 + if ((alg_a & SSL_aPSK) && psk_len != 0) 518 + else if (!(alg_k & SSL_kPSK) || ((alg_k & SSL_kPSK) && !(alg_a & SSL_aPSK))) 527 + if ((alg_a & (SSL_aDH|SSL_aNULL|SSL_aKRB5)) || ((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) [all …]
|
D | 0016-ecdhe_psk_part2.patch | 33 SSL_aPSK, 55 SSL_aPSK,
|
D | 0013-tls_psk_hint.patch | 126 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) 205 - || ((alg_a & SSL_aPSK) && ((alg_k & SSL_kEECDH) || s->ctx->psk_identity_hint)) 206 + || ((alg_a & SSL_aPSK) && ((alg_k & SSL_kEECDH) || s->session->psk_identity_hint)) 222 if (alg_a & SSL_aPSK) 239 if (alg_a & SSL_aPSK)
|
D | 0015-psk_client_callback_128_byte_id_bug.patch | 32 if (alg_a & SSL_aPSK)
|
/external/openssl/ssl/ |
D | s3_clnt.c | 338 !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) && in IMPLEMENT_ssl3_meth_func() 1384 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) in ssl3_get_key_exchange() 1434 if (alg_a & SSL_aPSK) in ssl3_get_key_exchange() 1907 !((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) in ssl3_get_key_exchange() 2339 if (alg_a & SSL_aPSK) in ssl3_send_client_key_exchange() 2821 if ((alg_a & SSL_aPSK) && psk_len != 0) in ssl3_send_client_key_exchange() 2845 if (!(alg_a & SSL_aPSK)) in ssl3_send_client_key_exchange() 2888 if ((alg_a & SSL_aPSK) && psk_len != 0) in ssl3_send_client_key_exchange() 3039 else if (!(alg_k & SSL_kPSK) || ((alg_k & SSL_kPSK) && !(alg_a & SSL_aPSK))) in ssl3_send_client_key_exchange() 3344 if ((alg_a & (SSL_aDH|SSL_aNULL|SSL_aKRB5)) || ((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) in ssl3_check_cert_and_algorithm()
|
D | s3_lib.c | 1666 SSL_aPSK, 1682 SSL_aPSK, 1698 SSL_aPSK, 1714 SSL_aPSK, 2837 SSL_aPSK, 2853 SSL_aPSK, 3975 if ((alg_a & SSL_aPSK) && s->psk_server_callback == NULL) in ssl3_choose_cipher()
|
D | ssl_ciph.c | 269 {0,SSL_TXT_aPSK,0, 0,SSL_aPSK, 0,0,0,0,0,0,0}, 282 {0,SSL_TXT_PSK,0, SSL_kPSK,SSL_aPSK,0,0,0,0,0,0,0}, 730 *auth |= SSL_aPSK; in ssl_cipher_get_disabled() 1628 case SSL_aPSK: in SSL_CIPHER_description()
|
D | s3_srvr.c | 419 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK && in IMPLEMENT_ssl3_meth_func() 484 || ((alg_a & SSL_aPSK) && ((alg_k & SSL_kEECDH) || s->session->psk_identity_hint)) in IMPLEMENT_ssl3_meth_func() 1654 if (alg_a & SSL_aPSK) in ssl3_send_server_key_exchange() 1910 && !((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) in ssl3_send_server_key_exchange() 1953 if (alg_a & SSL_aPSK) in ssl3_send_server_key_exchange() 2239 if (alg_a & SSL_aPSK) in ssl3_get_client_key_exchange() 2838 if ((alg_a & SSL_aPSK) && psk_len != 0) in ssl3_get_client_key_exchange() 2862 if (!(alg_a & SSL_aPSK)) in ssl3_get_client_key_exchange()
|
D | ssl_lib.c | 1461 if ((c->algorithm_auth & SSL_aPSK) && in ssl_cipher_list_to_bytes() 2373 mask_a |= SSL_aPSK; in ssl_set_cert_masks() 2375 emask_a |= SSL_aPSK; in ssl_set_cert_masks()
|
D | ssl_locl.h | 311 #define SSL_aPSK 0x00000080L /* PSK auth */ macro
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | ssl_ciph.c | 269 {0,SSL_TXT_aPSK,0, 0,SSL_aPSK, 0,0,0,0,0,0,0}, 282 {0,SSL_TXT_PSK,0, SSL_kPSK,SSL_aPSK,0,0,0,0,0,0,0}, 771 *auth |= SSL_aPSK; in ssl_cipher_get_disabled() 1671 case SSL_aPSK: in SSL_CIPHER_description()
|
D | s3_lib.c | 1671 SSL_aPSK, 1687 SSL_aPSK, 1703 SSL_aPSK, 1719 SSL_aPSK,
|
D | ssl_lib.c | 1432 if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) && in ssl_cipher_list_to_bytes() 2268 mask_a |= SSL_aPSK; in ssl_set_cert_masks() 2270 emask_a |= SSL_aPSK; in ssl_set_cert_masks()
|
D | ssl_locl.h | 311 #define SSL_aPSK 0x00000080L /* PSK auth */ macro
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | SSLParametersImpl.java | 923 case NativeCrypto.SSL_aPSK: in getServerX509KeyType()
|
D | NativeCrypto.java | 1042 public static final int SSL_aPSK = 0x00000080; field in NativeCrypto
|