Lines Matching defs:strength
24 * FIPS requires a minimum security strength of 112 bits (for encryption or
81 * strength (such as signing, and key exchange), or 0 for operations that allow
82 * a lower security strength (such as verify).
96 int nid, strength;
119 * For EC the security strength is the (order_bits / 2)
122 strength = EC_GROUP_order_bits(group) / 2;
123 /* The min security strength allowed for legacy verification is 80 bits */
124 if (strength < 80) {
131 * security strength
133 if (protect && strength < 112) {
170 * security strength (i.e L < 2048 bits), are still allowed for legacy