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.cpp179 keymaster_ec_curve_t curve_from_size; in UpdateImportKeyDescription() local
180 error = EcKeySizeToCurve(*key_size_bits, &curve_from_size); in UpdateImportKeyDescription()
185 updated_description->push_back(TAG_EC_CURVE, curve_from_size); in UpdateImportKeyDescription()
186 } else if (curve_from_size != curve) { in UpdateImportKeyDescription()