Searched refs:NIST_P_384_SPEC (Results 1 – 2 of 2) sorted by relevance
67 static ECParameterSpec NIST_P_384_SPEC = createNistPCurveSpec( field in ECCurves
1304 assertKeyGenUsingECSizeOnlyUsesCorrectCurve(384, ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedSizes()1372 assertKeyGenUsingECNamedCurveSupported("P-384", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1373 assertKeyGenUsingECNamedCurveSupported("p-384", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1374 assertKeyGenUsingECNamedCurveSupported("secp384r1", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1375 assertKeyGenUsingECNamedCurveSupported("SECP384R1", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()