Searched refs:group3 (Results 1 – 2 of 2) sorted by relevance
165 EC_GROUP *group1 = NULL, *group2 = NULL, *group3 = NULL; in ec2m_field_sanity() local193 if (!TEST_ptr_null(group3 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity()197 ret = group1 == NULL && group2 == NULL && group3 == NULL; in ec2m_field_sanity()202 EC_GROUP_free(group3); in ec2m_field_sanity()
441 Generate 2048 bit X9.42 DH key with 256 bit subgroup using RFC5114 group3:
Completed in 6 milliseconds