Searched refs:EC_CURVE_GFP (Results 1 – 4 of 4) sorted by relevance
126 type = NativeCrypto.EC_CURVE_GFP; in getInstance()152 if (type == NativeCrypto.EC_CURVE_GFP) { in getECParameterSpec()
186 public static final int EC_CURVE_GFP = 1; field in NativeCrypto
3181 #define EC_CURVE_GFP 1 macro3194 return EC_CURVE_GFP; in get_EC_GROUP_type()3286 case EC_CURVE_GFP: in NativeCrypto_EC_GROUP_new_curve()3352 case EC_CURVE_GFP: in NativeCrypto_EC_GROUP_get_curve()3652 case EC_CURVE_GFP: in NativeCrypto_EC_POINT_set_affine_coordinates()3683 case EC_CURVE_GFP: in NativeCrypto_EC_POINT_get_affine_coordinates()
2928 check_EC_GROUP(NativeCrypto.EC_CURVE_GFP, "prime256v1", in testEC_GROUP()