Lines Matching refs:algorithm_ssl
730 !(c->algorithm_ssl & disabled_ssl))
813 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
831 if (algorithm_ssl)
832 if ((algorithm_ssl & mask_ssl) == 0)
897 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);
908 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl))
1220 if (ca_list[j]->algorithm_ssl)
1224 alg_ssl &= ca_list[j]->algorithm_ssl;
1228 alg_ssl = ca_list[j]->algorithm_ssl;
1469 alg_ssl = cipher->algorithm_ssl;