Searched refs:SSL_kKRB5 (Results 1 – 11 of 11) sorted by relevance
/external/openssl/ssl/ |
D | s3_lib.c | 667 SSL_kKRB5, 683 SSL_kKRB5, 699 SSL_kKRB5, 715 SSL_kKRB5, 731 SSL_kKRB5, 747 SSL_kKRB5, 763 SSL_kKRB5, 779 SSL_kKRB5, 795 SSL_kKRB5, 811 SSL_kKRB5, [all …]
|
D | ssl_ciph.c | 247 {0,SSL_TXT_kKRB5,0, SSL_kKRB5, 0,0,0,0,0,0,0,0}, 279 {0,SSL_TXT_KRB5,0, SSL_kKRB5,SSL_aKRB5,0,0,0,0,0,0,0}, 719 *mkey |= SSL_kKRB5; in ssl_cipher_get_disabled() 1428 ssl_cipher_apply_rule(0, SSL_kKRB5, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF() 1585 case SSL_kKRB5: in SSL_CIPHER_description() 1811 case SSL_kKRB5: in SSL_CIPHER_authentication_method()
|
D | d1_clnt.c | 1066 else if (alg_k & SSL_kKRB5) in dtls1_send_client_key_exchange() 1085 alg_k, SSL_kKRB5); in dtls1_send_client_key_exchange()
|
D | d1_srvr.c | 457 && !(alg_k & SSL_kKRB5) in IMPLEMENT_dtls1_meth_func() 1598 if ((s->s3->tmp.new_cipher->algorithm_mkey != SSL_kKRB5) || in dtls1_send_server_certificate()
|
D | s3_clnt.c | 1254 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 1281 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 2623 else if (alg_k & SSL_kKRB5) in ssl3_send_client_key_exchange() 2642 alg_k, SSL_kKRB5); in ssl3_send_client_key_exchange()
|
D | ssl_lib.c | 1455 if (((c->algorithm_mkey & SSL_kKRB5) || (c->algorithm_auth & SSL_aKRB5)) && in ssl_cipher_list_to_bytes() 2307 mask_k|=SSL_kKRB5; in ssl_set_cert_masks() 2309 emask_k|=SSL_kKRB5; in ssl_set_cert_masks()
|
D | s3_srvr.c | 455 && !(alg_k & SSL_kKRB5) in IMPLEMENT_ssl3_meth_func() 2507 else if (alg_k & SSL_kKRB5) in ssl3_get_client_key_exchange() 3441 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5)) in ssl3_send_server_certificate()
|
D | ssl_locl.h | 295 #define SSL_kKRB5 0x00000010L /* Kerberos5 key exchange */ macro
|
/external/openssl/patches/ |
D | 0003-jsse.patch | 220 + case SSL_kKRB5:
|
D | 0011-ecdhe_psk.patch | 1012 - if (alg_k & SSL_kKRB5) 1013 + else if (alg_k & SSL_kKRB5)
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 1009 public static final int SSL_kKRB5 = 0x00000010; field in NativeCrypto
|