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.java1546 assertKeyGenUsingECSizeOnlyUsesCorrectCurve(521, ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedSizes()
1620 assertKeyGenUsingECNamedCurveSupported("P-521", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1621 assertKeyGenUsingECNamedCurveSupported("p-521", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1622 assertKeyGenUsingECNamedCurveSupported("secp521r1", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()
1623 assertKeyGenUsingECNamedCurveSupported("SECP521R1", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()