Home
last modified time | relevance | path

Searched refs:ECDHC (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyFactorySpi.java231 public static class ECDHC class in KeyFactorySpi
234 public ECDHC() in ECDHC() method in KeyFactorySpi.ECDHC
DKeyPairGeneratorSpi.java274 public static class ECDHC class in KeyPairGeneratorSpi
277 public ECDHC() in ECDHC() method in KeyPairGeneratorSpi.ECDHC
/external/wycheproof/doc/
Decdh.md58 * ECDHC in bouncy castle could be broken by modifying the order of the public key.
/external/wycheproof/
DREADME.md35 ECDHC implementations.
177 - Bouncy Castle's ECDHC leaks private keys
/external/bouncycastle/patches/
Dbcprov.patch1403 - provider.addAlgorithm("KeyAgreement.ECDHC", PREFIX + "KeyAgreementSpi$DHC");
1409 + // provider.addAlgorithm("KeyAgreement.ECDHC", PREFIX + "KeyAgreementSpi$DHC");
1442 - provider.addAlgorithm("KeyFactory.ECDHC", PREFIX + "KeyFactorySpi$ECDHC");
1447 + // provider.addAlgorithm("KeyFactory.ECDHC", PREFIX + "KeyFactorySpi$ECDHC");
1455 - provider.addAlgorithm("KeyPairGenerator.ECDHC", PREFIX + "KeyPairGeneratorSpi$ECDHC");
1472 + // provider.addAlgorithm("KeyPairGenerator.ECDHC", PREFIX + "KeyPairGeneratorSpi$ECDHC
2444 - super("ECDHC", new ECDHCBasicAgreement(), null);
2480 + // super("ECDHC", new ECDHCBasicAgreement(), null);