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

  /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/src/ssl/
s3_clnt.c 1067 EC_KEY *ecdh = NULL; local
    [all...]
  /external/tpm2/
tpm_types.h 1184 TPMS_KEY_SCHEME_ECDH ecdh; member in union:__anon23441
    [all...]
  /system/tpm/trunks/
tpm_generated.h 1363 TPMS_SCHEME_ECDH ecdh; member in union:trunks::TPMU_ASYM_SCHEME
    [all...]

Completed in 66 milliseconds