Home
last modified time | relevance | path

Searched refs:SSL_aPSK (Results 1 – 16 of 16) 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)
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 …]
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)
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)
D0015-psk_client_callback_128_byte_id_bug.patch32 if (alg_a & SSL_aPSK)
/external/openssl/ssl/
Ds3_clnt.c338 !((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()
Ds3_lib.c1666 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()
Dssl_ciph.c269 {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()
Ds3_srvr.c419 && !(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()
Dssl_lib.c1461 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()
Dssl_locl.h311 #define SSL_aPSK 0x00000080L /* PSK auth */ macro
/external/chromium_org/third_party/openssl/openssl/ssl/
Dssl_ciph.c269 {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()
Ds3_lib.c1671 SSL_aPSK,
1687 SSL_aPSK,
1703 SSL_aPSK,
1719 SSL_aPSK,
Dssl_lib.c1432 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()
Dssl_locl.h311 #define SSL_aPSK 0x00000080L /* PSK auth */ macro
/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java923 case NativeCrypto.SSL_aPSK: in getServerX509KeyType()
DNativeCrypto.java1042 public static final int SSL_aPSK = 0x00000080; field in NativeCrypto