Lines Matching refs:algorithm_ssl
808 !(c->algorithm_ssl & disabled_ssl))
891 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
909 if (algorithm_ssl)
910 if ((algorithm_ssl & mask_ssl) == 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);
986 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl))
1298 if (ca_list[j]->algorithm_ssl)
1302 alg_ssl &= ca_list[j]->algorithm_ssl;
1306 alg_ssl = ca_list[j]->algorithm_ssl;
1551 alg_ssl = cipher->algorithm_ssl;