HomeSort by relevance Sort by last modified time
    Searched refs:ecdh (Results 1 - 20 of 20) sorted by null

  /external/boringssl/src/ssl/test/runner/curve25519/
doc.go 6 // the elliptic curve known as curve25519. See http://cr.yp.to/ecdh.html
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 6 // the elliptic curve known as curve25519. See http://cr.yp.to/ecdh.html
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 6 // the elliptic curve known as curve25519. See http://cr.yp.to/ecdh.html
  /external/boringssl/src/crypto/ecdh/
ecdh.c 11 * The ECDH software is originally written by Douglas Stebila of
67 #include <openssl/ecdh.h>
86 OPENSSL_PUT_ERROR(ECDH, ECDH_R_NO_PRIVATE_VALUE);
103 OPENSSL_PUT_ERROR(ECDH, ERR_R_MALLOC_FAILURE);
108 OPENSSL_PUT_ERROR(ECDH, ECDH_R_POINT_ARITHMETIC_FAILURE);
114 OPENSSL_PUT_ERROR(ECDH, ERR_R_MALLOC_FAILURE);
119 OPENSSL_PUT_ERROR(ECDH, ECDH_R_POINT_ARITHMETIC_FAILURE);
126 OPENSSL_PUT_ERROR(ECDH, ERR_R_MALLOC_FAILURE);
131 OPENSSL_PUT_ERROR(ECDH, ERR_R_INTERNAL_ERROR);
137 OPENSSL_PUT_ERROR(ECDH, ECDH_R_KDF_FAILED)
    [all...]
ecdh_test.cc 25 #include <openssl/ecdh.h>
66 FileTestGTest("crypto/ecdh/ecdh_tests.txt", [](FileTest *t) {
  /external/openssh/
kexecdh.c 39 #include <openssl/ecdh.h>
kexecdhs.c 35 #include <openssl/ecdh.h>
179 /* send server hostkey, ECDH pubkey 'Q_S' and signed H */
kexecdhc.c 37 #include <openssl/ecdh.h>
  /system/keymaster/
nist_curve_key_exchange.cpp 20 #include <openssl/ecdh.h>
112 LOG_E("Can't compute ECDH shared key: %d", TranslateLastOpenSslError());
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
Install.sh 37 cp crypto/ecdh/ecdh.h ../../../Include/openssl
  /external/boringssl/src/crypto/evp/
p_ec.c 65 #include <openssl/ecdh.h>
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 124 // ECDH HMAC based ciphersuites from RFC5289.
134 // ECDH GCM based ciphersuites from RFC5289.
788 // Specify an ECDH group for ECDHE ciphers, otherwise they cannot be
791 EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); local
792 if (ecdh == NULL)
795 SSL_set_tmp_ecdh(ssl_, ecdh);
796 EC_KEY_free(ecdh);
    [all...]
  /external/boringssl/
sources.mk 98 src/crypto/ecdh/ecdh.c\
  /external/boringssl/src/ssl/
handshake_client.cc 1235 EC_KEY *ecdh = NULL; local
    [all...]
  /external/tpm2/
tpm_types.h 1187 TPMS_KEY_SCHEME_ECDH ecdh; member in union:__anon35596
    [all...]
tpm_generated.c     [all...]
  /external/boringssl/src/include/openssl/
x509.h 59 * ECDH support in OpenSSL originally developed by
75 #include <openssl/ecdh.h>
    [all...]
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /system/tpm/trunks/
tpm_generated.h 1395 TPMS_SCHEME_ECDH ecdh; member in union:trunks::TPMU_ASYM_SCHEME
    [all...]
tpm_generated.cc     [all...]

Completed in 570 milliseconds