Home
last modified time | relevance | path

Searched refs:ECDH (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/crypto/ecdh/
Decdh.c98 OPENSSL_PUT_ERROR(ECDH, ECDH_compute_key, ECDH_R_NO_PRIVATE_VALUE); in ECDH_compute_key()
106 OPENSSL_PUT_ERROR(ECDH, ECDH_compute_key, ERR_R_MALLOC_FAILURE); in ECDH_compute_key()
111 OPENSSL_PUT_ERROR(ECDH, ECDH_compute_key, ECDH_R_POINT_ARITHMETIC_FAILURE); in ECDH_compute_key()
116 OPENSSL_PUT_ERROR(ECDH, ECDH_compute_key, ECDH_R_POINT_ARITHMETIC_FAILURE); in ECDH_compute_key()
123 OPENSSL_PUT_ERROR(ECDH, ECDH_compute_key, ERR_R_MALLOC_FAILURE); in ECDH_compute_key()
128 OPENSSL_PUT_ERROR(ECDH, ECDH_compute_key, ERR_R_INTERNAL_ERROR); in ECDH_compute_key()
134 OPENSSL_PUT_ERROR(ECDH, ECDH_compute_key, ECDH_R_KDF_FAILED); in ECDH_compute_key()
/external/boringssl/src/crypto/err/
Decdh.errordata1 ECDH,function,100,ECDH_compute_key
2 ECDH,reason,100,KDF_FAILED
3 ECDH,reason,101,NO_PRIVATE_VALUE
4 ECDH,reason,102,POINT_ARITHMETIC_FAILURE
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyFactorySpi.java215 public static class ECDH class in KeyFactorySpi
218 public ECDH() in ECDH() method in KeyFactorySpi.ECDH
DKeyPairGeneratorSpi.java257 public static class ECDH class in KeyPairGeneratorSpi
260 public ECDH() in ECDH() method in KeyPairGeneratorSpi.ECDH
/external/boringssl/src/crypto/obj/
Dobj_xref.txt47 # ECDH KDFs and their corresponding message digests and schemes
Dobjects.txt1315 # ECDH schemes from RFC5753
/external/bouncycastle/patches/
Dbcprov.patch1285 provider.addAlgorithm("KeyAgreement.ECDH", PREFIX + "KeyAgreementSpi$DH");
1300 // TODO Should this be an alias for ECDH?
1312 // TODO Should this be an alias for ECDH?
1324 - provider.addAlgorithm("KeyFactory.ECDH", PREFIX + "KeyFactorySpi$ECDH");
1329 + // provider.addAlgorithm("KeyFactory.ECDH", PREFIX + "KeyFactorySpi$ECDH");
1336 - provider.addAlgorithm("KeyPairGenerator.ECDH", PREFIX + "KeyPairGeneratorSpi$ECDH");
1337 … provider.addAlgorithm("KeyPairGenerator.ECDHWITHSHA1KDF", PREFIX + "KeyPairGeneratorSpi$ECDH");
1339 - provider.addAlgorithm("KeyPairGenerator.ECIES", PREFIX + "KeyPairGeneratorSpi$ECDH");
1353 + // provider.addAlgorithm("KeyPairGenerator.ECDH", PREFIX + "KeyPairGeneratorSpi$ECDH");
1354 … // provider.addAlgorithm("KeyPairGenerator.ECDHWITHSHA1KDF", PREFIX + "KeyPairGeneratorSpi$ECDH");
[all …]
/external/openssh/
DPROTOCOL101 OpenSSH supports the use of ECDH in Curve25519 for key exchange as
DChangeLog283 Restrict ECDSA and ECDH tests.
285 ifdef out some more ECDSA and ECDH tests when built against an OpenSSL
7961 methods. When the openssl version doesn't support ECDH then next one on
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...