Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DECCurves.java67 static ECParameterSpec NIST_P_384_SPEC = createNistPCurveSpec( field in ECCurves
DKeyPairGeneratorTest.java1303 assertKeyGenUsingECSizeOnlyUsesCorrectCurve(384, ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedSizes()
1371 assertKeyGenUsingECNamedCurveSupported("P-384", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1372 assertKeyGenUsingECNamedCurveSupported("p-384", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1373 assertKeyGenUsingECNamedCurveSupported("secp384r1", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1374 assertKeyGenUsingECNamedCurveSupported("SECP384R1", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()