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

  /external/chromium_org/crypto/
curve25519.cc 11 // Prototype for |curve25519_donna| function in
13 extern "C" int curve25519_donna(uint8*, const uint8*, const uint8*);
22 curve25519_donna(shared_key, private_key, peer_public_key);
31 curve25519_donna(public_key, private_key, kBasePoint);
curve25519-donna.c 576 curve25519_donna(u8 *mypublic, const u8 *secret, const u8 *basepoint) { function

Completed in 62 milliseconds