Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DECCurves.java83 static ECParameterSpec NIST_P_521_SPEC = createNistPCurveSpec( field in ECCurves
DKeyPairGeneratorTest.java1304 assertKeyGenUsingECSizeOnlyUsesCorrectCurve(521, ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedSizes()
1376 assertKeyGenUsingECNamedCurveSupported("P-521", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1377 assertKeyGenUsingECNamedCurveSupported("p-521", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1378 assertKeyGenUsingECNamedCurveSupported("secp521r1", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1379 assertKeyGenUsingECNamedCurveSupported("SECP521R1", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()