Home
last modified time | relevance | path

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

/aosp12/system/keymaster/km_openssl/
H A Dec_key_factory.cpp221 keymaster_ec_curve_t curve_from_size; in UpdateImportKeyDescription() local
222 error = EcKeySizeToCurve(*key_size_bits, &curve_from_size); in UpdateImportKeyDescription()
226 updated_description->push_back(TAG_EC_CURVE, curve_from_size); in UpdateImportKeyDescription()
227 } else if (curve_from_size != curve) { in UpdateImportKeyDescription()