Home | History | Annotate | Download | only in ssl

Lines Matching full:strength_bits

925 		int rule, int strength_bits,
934 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
964 * Selection criteria is either the value of strength_bits
967 if (strength_bits >= 0)
969 if (strength_bits != cp->strength_bits)
1068 (curr->cipher->strength_bits > max_strength_bits))
1069 max_strength_bits = curr->cipher->strength_bits;
1082 * Now find the strength_bits values actually used
1088 number_uses[curr->cipher->strength_bits]++;
1092 * Go through the list of used strength_bits values in descending
1752 ret = c->strength_bits;