Lines Matching refs:ecbits
217 int ecbits = ec_bits(pkey);219 if (ecbits >= 512)221 if (ecbits >= 384)223 if (ecbits >= 256)225 if (ecbits >= 224)227 if (ecbits >= 160)229 return ecbits / 2;531 int ecbits;567 ecbits = EC_GROUP_order_bits(ecg);568 if (ecbits <= 0)571 sz = (ecbits + 7 ) / 8;