Home
last modified time | relevance | path

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

/openssl/test/
H A Dec_internal_test.c165 EC_GROUP *group1 = NULL, *group2 = NULL, *group3 = NULL; in ec2m_field_sanity() local
193 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()
/openssl/doc/man1/
H A Dopenssl-genpkey.pod.in441 Generate 2048 bit X9.42 DH key with 256 bit subgroup using RFC5114 group3:

Completed in 6 milliseconds