Searched refs:degree (Results 1 – 1 of 1) sorted by relevance
404 auto degree = EC_GROUP_get_degree(ec_group); in CheckECKey() local405 if (degree != 256) { in CheckECKey()406 LOG(ERROR) << "Field size of the ec key should be 256 bits long, actual: " << degree; in CheckECKey()