Searched refs:EC_CURVE_GFP (Results 1 – 4 of 4) sorted by relevance
178 if (type == NativeCrypto.EC_CURVE_GFP) { in getECParameterSpec()
162 public static final int EC_CURVE_GFP = 1; field in NativeCrypto
3504 #define EC_CURVE_GFP 1 macro3516 return EC_CURVE_GFP;3526 return EC_CURVE_GFP;3707 if (get_EC_GROUP_type(group) != EC_CURVE_GFP) {3987 case EC_CURVE_GFP:4027 case EC_CURVE_GFP:
2669 check_EC_GROUP(NativeCrypto.EC_CURVE_GFP, "prime256v1", in testEC_GROUP()