Home | History | Annotate | Download | only in ssl

Lines Matching defs:algorithm_ssl

807 		    !(c->algorithm_ssl & disabled_ssl))
890 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
908 if (algorithm_ssl)
909 if ((algorithm_ssl & mask_ssl) == 0)
974 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);
985 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl))
1297 if (ca_list[j]->algorithm_ssl)
1301 alg_ssl &= ca_list[j]->algorithm_ssl;
1305 alg_ssl = ca_list[j]->algorithm_ssl;
1550 alg_ssl = cipher->algorithm_ssl;