Searched refs:EC_GROUP_get0_field (Results 1 – 6 of 6) sorted by relevance
15 EC_GROUP_get_pentanomial_basis, EC_GROUP_get0_field,35 const BIGNUM *EC_GROUP_get0_field(const EC_GROUP *group);227 EC_GROUP_get0_field() returns an internal pointer to the group field. For curves over GF(p), this i…250 EC_GROUP_get0_field(), EC_GROUP_check_named_curve() and EC_GROUP_get_field_type() were added in Ope…
49 const BIGNUM *p = EC_GROUP_get0_field(group);
287 const BIGNUM *EC_GROUP_get0_field(const EC_GROUP *group);
1191 if (BN_cmp(secp521r1_field, EC_GROUP_get0_field(secp521r1_group))) in group_field_test()1196 if (BN_cmp(sect163r2_field, EC_GROUP_get0_field(sect163r2_group))) in group_field_test()2361 || !TEST_ptr(field = EC_GROUP_get0_field(group)) in check_ec_key_field_public_range_test()
497 const BIGNUM *EC_GROUP_get0_field(const EC_GROUP *group) in EC_GROUP_get0_field() function
4439 EC_GROUP_get0_field 4567 3_0_0 EXIST::FUNCTION:EC
Completed in 37 milliseconds