Home | History | Annotate | Download | only in ssl

Lines Matching defs:algorithm_mkey

515   uint32_t algorithm_mkey;
900 } else if (!(alg_mkey & cp->algorithm_mkey) ||
1139 alg_mkey &= kCipherAliases[j].algorithm_mkey;
1415 switch (cipher->algorithm_mkey) {
1546 alg_mkey = cipher->algorithm_mkey;
1699 !(cipher->algorithm_mkey & SSL_kRSA)) {
1709 if (cipher->algorithm_mkey & SSL_kDHE || cipher->algorithm_mkey & SSL_kECDHE) {