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