Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymaster/km_openssl/
H A Dec_key_factory.cpp414 keymaster_ec_curve_t curve_from_size; in UpdateImportKeyDescription() local
415 error = EcKeySizeToCurve(*key_size_bits, &curve_from_size); in UpdateImportKeyDescription()
419 updated_description->push_back(TAG_EC_CURVE, curve_from_size); in UpdateImportKeyDescription()
420 } else if (curve_from_size != curve) { in UpdateImportKeyDescription()