/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) 194 + !((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) 229 + if (alg_a & SSL_aPSK) 363 + if ((alg_a & SSL_aPSK) && psk_len != 0) 387 + if (!(alg_a & SSL_aPSK)) 415 + if ((alg_a & SSL_aPSK) && psk_len != 0) 551 + else if (!(alg_k & SSL_kPSK) || ((alg_k & SSL_kPSK) && !(alg_a & SSL_aPSK))) 585 + SSL_aPSK, [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) 206 - || ((alg_a & SSL_aPSK) && ((alg_k & SSL_kEECDH) || s->ctx->psk_identity_hint)) 207 + || ((alg_a & SSL_aPSK) && ((alg_k & SSL_kEECDH) || s->session->psk_identity_hint)) 223 if (alg_a & SSL_aPSK) 240 if (alg_a & SSL_aPSK)
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_ciph.c | 203 {0,SSL_TXT_aPSK,0, 0,SSL_aPSK, 0,0,0,0,0,0,0}, 211 {0,SSL_TXT_PSK,0, SSL_kPSK,SSL_aPSK,0,0,0,0,0,0,0}, 1264 case SSL_aPSK: in SSL_CIPHER_description() 1468 if ((cipher->algorithm_auth & SSL_aPSK) && in ssl_cipher_has_server_public_key()
|
D | s3_lib.c | 438 SSL_aPSK, 454 SSL_aPSK, 470 SSL_aPSK, 867 SSL_aPSK, 1862 if ((alg_a & SSL_aPSK) && s->psk_server_callback == NULL) in ssl3_choose_cipher()
|
D | s3_clnt.c | 1183 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) in ssl3_get_server_key_exchange() 1232 if (alg_a & SSL_aPSK) in ssl3_get_server_key_exchange() 1894 if (alg_a & SSL_aPSK) in ssl3_send_client_key_exchange() 2168 if ((alg_a & SSL_aPSK) && psk_len != 0) in ssl3_send_client_key_exchange() 2190 if (!(alg_a & SSL_aPSK)) in ssl3_send_client_key_exchange() 2226 if ((alg_a & SSL_aPSK) && psk_len != 0) in ssl3_send_client_key_exchange() 2250 else if (!(alg_k & SSL_kPSK) || ((alg_k & SSL_kPSK) && !(alg_a & SSL_aPSK))) in ssl3_send_client_key_exchange()
|
D | s3_srvr.c | 382 ((alg_a & SSL_aPSK) && s->session->psk_identity_hint)) in IMPLEMENT_ssl3_meth_func() 1304 if (alg_a & SSL_aPSK) in ssl3_send_server_key_exchange() 1534 if (alg_a & SSL_aPSK) in ssl3_send_server_key_exchange() 1782 if (alg_a & SSL_aPSK) in ssl3_get_client_key_exchange() 2163 if (alg_a & SSL_aPSK) in ssl3_get_client_key_exchange()
|
D | d1_srvr.c | 389 ((alg_a & SSL_aPSK) && s->session->psk_identity_hint)) in IMPLEMENT_dtls1_meth_func()
|
D | ssl_locl.h | 286 #define SSL_aPSK 0x00000008L /* PSK auth */ macro
|
D | t1_lib.c | 877 c->mask_a |= SSL_aPSK; in ssl_set_client_disabled()
|
D | ssl_lib.c | 2245 mask_a |= SSL_aPSK; in ssl_set_cert_masks()
|
/external/openssl/ssl/ |
D | s3_clnt.c | 338 !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) && in IMPLEMENT_ssl3_meth_func() 1395 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) in ssl3_get_key_exchange() 1449 if (alg_a & SSL_aPSK) in ssl3_get_key_exchange() 2040 !((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) in ssl3_get_key_exchange() 2471 if (alg_a & SSL_aPSK) in ssl3_send_client_key_exchange() 2963 if ((alg_a & SSL_aPSK) && psk_len != 0) in ssl3_send_client_key_exchange() 2987 if (!(alg_a & SSL_aPSK)) in ssl3_send_client_key_exchange() 3030 if ((alg_a & SSL_aPSK) && psk_len != 0) in ssl3_send_client_key_exchange() 3181 else if (!(alg_k & SSL_kPSK) || ((alg_k & SSL_kPSK) && !(alg_a & SSL_aPSK))) in ssl3_send_client_key_exchange()
|
D | s3_lib.c | 1666 SSL_aPSK, 1682 SSL_aPSK, 1698 SSL_aPSK, 1714 SSL_aPSK, 2837 SSL_aPSK, 2853 SSL_aPSK, 3980 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}, 283 {0,SSL_TXT_PSK,0, SSL_kPSK,SSL_aPSK,0,0,0,0,0,0,0}, 731 *auth |= SSL_aPSK; in ssl_cipher_get_disabled() 1636 case SSL_aPSK: in SSL_CIPHER_description()
|
D | s3_srvr.c | 420 && !(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() 1656 if (alg_a & SSL_aPSK) in ssl3_send_server_key_exchange() 1912 && !((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) in ssl3_send_server_key_exchange() 1955 if (alg_a & SSL_aPSK) in ssl3_send_server_key_exchange() 2241 if (alg_a & SSL_aPSK) in ssl3_get_client_key_exchange() 2851 if ((alg_a & SSL_aPSK) && psk_len != 0) in ssl3_get_client_key_exchange() 2875 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() 2380 mask_a |= SSL_aPSK; in ssl_set_cert_masks() 2382 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 | 965 case NativeCrypto.SSL_aPSK: in getServerX509KeyType()
|
D | NativeCrypto.java | 1042 public static final int SSL_aPSK = 0x00000080; field in NativeCrypto
|