Lines Matching full:curve
45 keymaster_ec_curve_t* curve,
47 if (!key_description.GetTagValue(TAG_EC_CURVE, curve)) {
48 // Curve not specified. Fall back to deducing curve from key size.
50 LOG_E("%s", "No curve or key size specified for EC key generation");
53 keymaster_error_t error = EcKeySizeToCurve(*key_size_bits, curve);
58 keymaster_error_t error = EcCurveToKeySize(*curve, key_size_bits);
65 LOG_E("Curve key size %d and specified key size %d don't match", key_size_bits,
101 LOG_E("Unable to get EC group for curve %d", ec_curve);
183 keymaster_ec_curve_t curve;
184 if (!updated_description->GetTagValue(TAG_EC_CURVE, &curve)) {
186 } else if (curve_from_size != curve) {