Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dverifier.cpp403 auto degree = EC_GROUP_get_degree(ec_group); in CheckECKey() local
404 if (degree != 256) { in CheckECKey()
405 LOG(ERROR) << "Field size of the ec key should be 256 bits long, actual: " << degree; in CheckECKey()