Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec_backend.c161 int ret = 0, fid; in ec_group_explicit_todata() local
168 fid = EC_GROUP_get_field_type(group); in ec_group_explicit_todata()
170 if (fid == NID_X9_62_prime_field) { in ec_group_explicit_todata()
172 } else if (fid == NID_X9_62_characteristic_two_field) { in ec_group_explicit_todata()
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c596 int fid = EC_GROUP_get_field_type(group); in ec_get_ecm_params()
598 if (fid != NID_X9_62_characteristic_two_field) in ec_get_ecm_params()

Completed in 10 milliseconds