Home
last modified time | relevance | path

Searched defs:ecParams (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DEcdsaVerifyJceTest.java161 ECParameterSpec ecParams = EllipticCurves.getNistP256Params(); in testConstrutorExceptions() local
210 private static void testAgainstJceSignatureInstance(ECParameterSpec ecParams, HashType hash) in testAgainstJceSignatureInstance()
238 private static void testSignVerify(ECParameterSpec ecParams, HashType hash) throws Exception { in testSignVerify()
271 ECParameterSpec ecParams = EllipticCurves.getNistP256Params(); in testModification() local
312 ECParameterSpec ecParams = EllipticCurves.getNistP256Params(); in testFailIfFipsModuleNotAvailable() local
H A DEcdsaSignJceTest.java67 ECParameterSpec ecParams = EllipticCurves.getNistP256Params(); in testBasic() local
90 ECParameterSpec ecParams = EllipticCurves.getNistP256Params(); in testConstructorExceptions() local
107 ECParameterSpec ecParams = EllipticCurves.getNistP256Params(); in testBitFlipAgainstSignatureInstance() local
142 ECParameterSpec ecParams = EllipticCurves.getNistP256Params(); in testFailIfFipsModuleNotAvailable() local
H A DSignatureThreadSafetyTest.java223 ECParameterSpec ecParams = EllipticCurves.getNistP256Params(); in testEcdsa() local
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/
H A DEcUtil.java344 public static ECPoint getPoint(BigInteger x, boolean bit0, ECParameterSpec ecParams) in getPoint()
372 public static ECPoint decompressPoint(byte[] bytes, ECParameterSpec ecParams) in decompressPoint()
418 public static ECPublicKeySpec getWeakPublicKey(ECParameterSpec ecParams) in getWeakPublicKey()
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/
H A DEcUtil.java399 public static ECPoint getPoint(BigInteger x, boolean bit0, ECParameterSpec ecParams) in getPoint()
427 public static ECPoint decompressPoint(byte[] bytes, ECParameterSpec ecParams) in decompressPoint()
473 public static ECPublicKeySpec getWeakPublicKey(ECParameterSpec ecParams) in getWeakPublicKey()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyPairGeneratorSpi.java47 Object ecParams = null; field in KeyPairGeneratorSpi.EC
100 … ECGenParameterSpec ecParams = (ECGenParameterSpec)ecParameters.get(Integers.valueOf(strength)); in initialize() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyPairGeneratorSpi.java54 Object ecParams = null; field in KeyPairGeneratorSpi.EC
107 … ECGenParameterSpec ecParams = (ECGenParameterSpec)ecParameters.get(Integers.valueOf(strength)); in initialize() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyPairGeneratorSpi.java54 Object ecParams = null; field in KeyPairGeneratorSpi.EC
107 … ECGenParameterSpec ecParams = (ECGenParameterSpec)ecParameters.get(Integers.valueOf(strength)); in initialize() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/
H A DEcdsaVerifyKeyManagerTest.java247 ECParameterSpec ecParams = EllipticCurves.getCurveSpec(SigUtil.toCurveType(curveType)); in testGetPrimitiveWithJCE() local
288 ECParameterSpec ecParams = EllipticCurves.getCurveSpec(SigUtil.toCurveType(curveType)); in testGetPrimitiveWithUnsupportedKey() local
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DEcdsaTest.java734 public void testBias(String algorithm, String curve, ECParameterSpec ecParams) throws Exception { in testBias()
826 public void testTiming(String algorithm, String curve, ECParameterSpec ecParams) in testTiming()
H A DEcKeyTest.java174 void testKeyGeneration(ECParameterSpec ecParams, boolean isStandard) throws Exception { in testKeyGeneration()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DEllipticCurves.java778 ECParameterSpec ecParams = getCurveSpec(curve); in getEcPublicKey() local
804 ECParameterSpec ecParams = getCurveSpec(curve); in getEcPrivateKey() local
H A DPemKeyType.java150 ECParameterSpec ecParams = ecKey.getParams(); in validate() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DTestUtil.java408 ECParameterSpec ecParams; in generateEcdsaPrivKey() local
511 ECParameterSpec ecParams; in generateEciesAeadHkdfPrivKey() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DPemKeyType.java148 ECParameterSpec ecParams = ecKey.getParams(); in validate() local
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLKey.java158 PrivateKey key, ECParameterSpec ecParams) throws InvalidKeyException { in fromECPrivateKeyForTLSStackOnly()
H A DConscryptEngine.java326 ECParameterSpec ecParams = null; in setChannelIdPrivateKey() local
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLKey.java164 PrivateKey key, ECParameterSpec ecParams) throws InvalidKeyException { in fromECPrivateKeyForTLSStackOnly()
H A DConscryptEngine.java330 ECParameterSpec ecParams = null; in setChannelIdPrivateKey() local
/aosp_15_r20/external/private-join-and-compute/java/com/google/privacy/private_join_and_compute/encryption/commutative/
H A DEcCommutativeCipher.java37 X9ECParameters ecParams = SECNamedCurves.getByName(curveName); in getDomainParams() local
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_glibc/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/local-javac-header/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/javac/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_bionic/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/java/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

12345