Searched refs:alg_k (Results 1 - 11 of 11) sorted by relevance

/external/openssl/ssl/
H A Ds3_clnt.c1361 long i,param_len,n,alg_k,alg_a; local
1442 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1509 else if (alg_k & SSL_kSRP)
1631 else if (alg_k & SSL_kRSA)
1700 else if (alg_k & SSL_kEDH)
1796 else if ((alg_k & SSL_kDHr) || (alg_k & SSL_kDHd))
1805 else if (alg_k & SSL_kEECDH)
1914 else if (!(alg_k & SSL_kPSK))
2040 !((alg_a & SSL_aPSK) && !(alg_k
2440 unsigned long alg_k; local
3472 long alg_k,alg_a; local
[all...]
H A Ds3_srvr.c220 unsigned long alg_k,Time=(unsigned long)time(NULL); local
448 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
455 && !(alg_k & SSL_kKRB5)
484 || ((alg_a & SSL_aPSK) && ((alg_k & SSL_kEECDH) || s->session->psk_identity_hint))
488 || (alg_k & SSL_kSRP)
490 || (alg_k & (SSL_kDHr|SSL_kDHd|SSL_kEDH))
491 || (alg_k & SSL_kEECDH)
492 || ((alg_k & SSL_kRSA)
1635 unsigned long alg_k; local
1647 alg_k
2201 unsigned long alg_k; local
[all...]
H A Dd1_clnt.c973 unsigned long alg_k; local
995 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1000 else if (alg_k & SSL_kRSA)
1066 else if (alg_k & SSL_kKRB5)
1085 alg_k, SSL_kKRB5);
1198 else if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd))
1261 else if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe))
1280 if ((alg_k & (SSL_kECDHr|SSL_kECDHe)) && (s->cert != NULL))
1454 else if (alg_k & SSL_kPSK)
H A Ds3_lib.c3899 unsigned long alg_k,alg_a,mask_k,mask_a,emask_k,emask_a; local
3968 alg_k=c->algorithm_mkey;
3972 if (alg_k & SSL_kKRB5)
3986 ok = (alg_k & emask_k) && (alg_a & emask_a);
3988 printf("%d:[%08lX:%08lX:%08lX:%08lX]%p:%s (export)\n",ok,alg_k,alg_a,emask_k,emask_a,
3994 ok = (alg_k & mask_k) && (alg_a & mask_a);
3996 printf("%d:[%08lX:%08lX:%08lX:%08lX]%p:%s\n",ok,alg_k,alg_a,mask_k,mask_a,(void *)c,
4107 (alg_k & SSL_kEECDH)
4160 if ((alg_k & SSL_kEECDH) && (alg_a & SSL_aECDSA) && s->s3->is_probably_safari)
4176 unsigned long alg_k; local
[all...]
H A Dd1_srvr.c150 unsigned long alg_k; local
451 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
457 && !(alg_k & SSL_kKRB5)
474 || ((alg_k & SSL_kPSK) && s->session->psk_identity_hint)
476 || (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd))
477 || (alg_k & SSL_kEECDH)
478 || ((alg_k & SSL_kRSA)
H A Dssl_lib.c2400 unsigned long alg_k, alg_a; local
2406 alg_k = cs->algorithm_mkey;
2426 if (alg_k & SSL_kECDHe || alg_k & SSL_kECDHr)
2434 if ((alg_k & SSL_kECDHe) && TLS1_get_version(s) < TLS1_2_VERSION)
2443 if ((alg_k & SSL_kECDHr) && TLS1_get_version(s) < TLS1_2_VERSION)
2472 unsigned long alg_k,alg_a; local
2479 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
2482 if (alg_k & (SSL_kECDHr|SSL_kECDHe))
2501 else if (alg_k
[all...]
H A Dt1_lib.c1987 unsigned long alg_k, alg_a; local
1994 alg_k = c->algorithm_mkey;
1996 if ((alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe) || (alg_a & SSL_aECDSA)))
2079 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; local
2081 int using_ecc = (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) || (alg_a & SSL_aECDSA);
2272 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; local
2276 ((alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) || (alg_a & SSL_aECDSA)))
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_clnt.c1149 long n,alg_k,alg_a; local
1228 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1270 if (alg_k & SSL_kRSA)
1318 else if (alg_k & SSL_kEDH)
1370 else if (alg_k & SSL_kEECDH)
1459 else if (!(alg_k & SSL_kPSK))
1874 unsigned long alg_k; local
1891 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1930 if (!(alg_k & SSL_kEECDH))
1971 if (alg_k
2464 long alg_k,alg_a; local
[all...]
H A Ds3_srvr.c1284 unsigned long alg_k; local
1296 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1314 if (alg_k & SSL_kEDH)
1365 if (alg_k & SSL_kEECDH)
1489 if (!(alg_k & SSL_kPSK))
1545 if (alg_k & SSL_kEECDH)
1750 unsigned long alg_k; local
1778 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
1790 ((alg_k & SSL_kPSK) && CBS_len(&client_key_exchange) != 0))
1838 if (alg_k
[all...]
H A Ds3_lib.c1786 unsigned long alg_k,alg_a,mask_k,mask_a; local
1858 alg_k=c->algorithm_mkey;
1865 ok = ok && (alg_k & mask_k) && (alg_a & mask_a);
1867 printf("%d:[%08lX:%08lX:%08lX:%08lX]%p:%s\n",ok,alg_k,alg_a,mask_k,mask_a,(void *)c,
1873 if (alg_k & SSL_kEECDH)
H A Dt1_lib.c896 unsigned long alg_k, alg_a; local
903 alg_k = c->algorithm_mkey;
905 if ((alg_k & SSL_kEECDH) || (alg_a & SSL_aECDSA))
1204 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; local
1206 int using_ecc = (alg_k & SSL_kEECDH) || (alg_a & SSL_aECDSA);
2175 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; local
2179 ((alg_k & SSL_kEECDH) || (alg_a & SSL_aECDSA)))

Completed in 159 milliseconds