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

  /external/chromium_org/crypto/
curve25519.cc 21 uint8* shared_key) {
22 curve25519_donna(shared_key, private_key, peer_public_key);
curve25519.h 27 // ScalarMult computes the |shared_key| from |private_key| and
35 uint8* shared_key);
  /external/chromium_org/net/quic/crypto/
key_exchange.h 33 std::string* shared_key) const = 0;
curve25519_key_exchange.h 36 std::string* shared_key) const OVERRIDE;
p256_key_exchange.h 43 std::string* shared_key) const OVERRIDE;
  /external/chromium_org/chromeos/dbus/
fake_easy_unlock_client_unittest.cc 156 std::string shared_key; local
159 base::Bind(&RecordData, &shared_key));
160 EXPECT_TRUE(shared_key.empty());
169 std::string shared_key; local
172 base::Bind(&RecordData, &shared_key));
173 EXPECT_TRUE(shared_key.empty());
182 std::string shared_key; local
185 base::Bind(&RecordData, &shared_key));
186 EXPECT_TRUE(shared_key.empty());
195 std::string shared_key; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/dh/
dh_impl.c 258 BIGNUM *shared_key; local
273 shared_key = BN_CTX_get(ctx);
274 if (shared_key == NULL) {
295 if (!BN_mod_exp_mont(shared_key, pub_key, &local_priv, dh->p, ctx,
301 ret = BN_bn2bin(shared_key, out);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_usrreq.c 4902 sctp_sharedkey_t *shared_key; local
    [all...]
sctp_pcb.c 3895 sctp_sharedkey_t *shared_key, *nshared_key; local
5422 sctp_sharedkey_t *shared_key, *nshared_key; local
    [all...]

Completed in 652 milliseconds