Home
last modified time | relevance | path

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

/external/openssl/patches/
D0011-ecdhe_psk.patch30 + !((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 …]
D0016-ecdhe_psk_part2.patch33 SSL_aPSK,
55 SSL_aPSK,
D0013-tls_psk_hint.patch126 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/
Dssl_ciph.c203 {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()
Ds3_lib.c438 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()
Ds3_clnt.c1183 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()
Ds3_srvr.c382 ((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()
Dd1_srvr.c389 ((alg_a & SSL_aPSK) && s->session->psk_identity_hint)) in IMPLEMENT_dtls1_meth_func()
Dssl_locl.h286 #define SSL_aPSK 0x00000008L /* PSK auth */ macro
Dt1_lib.c877 c->mask_a |= SSL_aPSK; in ssl_set_client_disabled()
Dssl_lib.c2245 mask_a |= SSL_aPSK; in ssl_set_cert_masks()
/external/openssl/ssl/
Ds3_clnt.c338 !((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()
Ds3_lib.c1666 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()
Dssl_ciph.c269 {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()
Ds3_srvr.c420 && !(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()
Dssl_lib.c1461 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()
Dssl_locl.h311 #define SSL_aPSK 0x00000080L /* PSK auth */ macro
/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java965 case NativeCrypto.SSL_aPSK: in getServerX509KeyType()
DNativeCrypto.java1042 public static final int SSL_aPSK = 0x00000080; field in NativeCrypto