HomeSort by relevance Sort by last modified time
    Searched refs:algorithm_mkey (Results 1 - 22 of 22) sorted by null

  /external/openssl/ssl/
s23_lib.c 111 if (c->algorithm_mkey == SSL_kECDHr ||
112 c->algorithm_mkey == SSL_kECDHe ||
113 c->algorithm_mkey == SSL_kEECDH ||
ssl_ciph.c 805 !(c->algorithm_mkey & disabled_mkey) &&
817 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
888 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; local
894 if (algorithm_mkey)
895 if ((algorithm_mkey & mask_mkey) == 0)
980 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength);
983 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
    [all...]
d1_srvr.c 423 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
451 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
517 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
1072 type=s->s3->tmp.new_cipher->algorithm_mkey;
    [all...]
ssl_lib.c     [all...]
s3_clnt.c 339 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA)))
393 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP)
1038 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) &&
    [all...]
s3_srvr.c 193 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
421 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA)))
448 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
532 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
    [all...]
d1_clnt.c 389 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
995 alg_k=s->s3->tmp.new_cipher->algorithm_mkey;
    [all...]
t1_lib.c     [all...]
s3_lib.c     [all...]
t1_enc.c 354 s->s3->tmp.new_cipher->algorithm_mkey,
    [all...]
ssl.h 396 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_ciph.c 451 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
580 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength);
586 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
877 if (ca_list[j]->algorithm_mkey)
881 alg_mkey &= ca_list[j]->algorithm_mkey;
885 alg_mkey = ca_list[j]->algorithm_mkey;
    [all...]
d1_srvr.c 357 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
419 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
s3_clnt.c 927 c->algorithm_mkey & ct->mask_k ||
    [all...]
s3_srvr.c 414 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
    [all...]
ssl_lib.c     [all...]
t1_lib.c 903 alg_k = c->algorithm_mkey;
    [all...]
s3_lib.c     [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
SSLParametersImpl.java 940 int algorithm_mkey = NativeCrypto.get_SSL_CIPHER_algorithm_mkey(sslCipherNative); local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 314 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 396 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 306 milliseconds