Home
last modified time | relevance | path

Searched refs:curve_from_size (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/km_openssl/
Dec_key_factory.cpp223 keymaster_ec_curve_t curve_from_size; in UpdateImportKeyDescription() local
224 error = EcKeySizeToCurve(*key_size_bits, &curve_from_size); in UpdateImportKeyDescription()
228 updated_description->push_back(TAG_EC_CURVE, curve_from_size); in UpdateImportKeyDescription()
229 } else if (curve_from_size != curve) { in UpdateImportKeyDescription()