HomeSort by: relevance | last modified time | path
    Searched defs:algorithm_mkey (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 665 if ((c->algorithm_mkey & disabled_mkey) || (c->algorithm_auth & disabled_auth) || (c->algorithm_enc & disabled_enc) || (c->algorithm_mac & disabled_mac))
737 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; local
742 if (algorithm_mkey)
743 if ((algorithm_mkey & mask_mkey) == 0)
827 (unsigned int)cp->algorithm_mkey,
836 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
1070 if (ca_list[j]->algorithm_mkey) {
1072 alg_mkey &= ca_list[j]->algorithm_mkey;
1078 alg_mkey = ca_list[j]->algorithm_mkey;
    [all...]
ssl_local.h 79 /* Bits for algorithm_mkey (key exchange algorithm) */
390 uint32_t algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 704 if ((c->algorithm_mkey & disabled_mkey) ||
781 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; local
786 if (algorithm_mkey)
787 if ((algorithm_mkey & mask_mkey) == 0)
868 cp->name, cp->algorithm_mkey, cp->algorithm_auth,
874 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
1108 if (ca_list[j]->algorithm_mkey) {
1110 alg_mkey &= ca_list[j]->algorithm_mkey;
1116 alg_mkey = ca_list[j]->algorithm_mkey;
    [all...]
ssl_local.h 162 /* Bits for algorithm_mkey (key exchange algorithm) */
471 uint32_t algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c 668 if ((c->algorithm_mkey & disabled_mkey) ||
745 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; local
750 if (algorithm_mkey)
751 if ((algorithm_mkey & mask_mkey) == 0)
831 cp->name, cp->algorithm_mkey, cp->algorithm_auth,
837 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey))
1070 if (ca_list[j]->algorithm_mkey) {
1072 alg_mkey &= ca_list[j]->algorithm_mkey;
1078 alg_mkey = ca_list[j]->algorithm_mkey;
    [all...]
ssl_local.h 158 /* Bits for algorithm_mkey (key exchange algorithm) */
423 uint32_t algorithm_mkey; /* key exchange algorithm */ member in struct:ssl_cipher_st

Completed in 37 milliseconds