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

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c 845 !(c->algorithm_mkey & disabled_mkey) &&
857 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
928 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; local
934 if (algorithm_mkey)
935 if ((algorithm_mkey & mask_mkey) == 0)
1016 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);
1019 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
    [all...]
ssl.h 396 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
SSLParametersImpl.java 898 int algorithm_mkey = NativeCrypto.get_SSL_CIPHER_algorithm_mkey(sslCipherNative); local
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 804 !(c->algorithm_mkey & disabled_mkey) &&
816 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
887 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; local
893 if (algorithm_mkey)
894 if ((algorithm_mkey & mask_mkey) == 0)
975 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);
978 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
    [all...]
ssl.h 395 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 396 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 395 unsigned long algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
    [all...]

Completed in 638 milliseconds