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

  /external/openssh/
fe25519.h 29 #define fe25519_invert crypto_sign_ed25519_ref_fe25519_invert macro
66 void fe25519_invert(fe25519 *r, const fe25519 *x);
fe25519.c 218 void fe25519_invert(fe25519 *r, const fe25519 *x) function
ge25519.c 246 fe25519_invert(&zi, &p->z);
  /external/boringssl/src/crypto/curve25519/
x25519-x86_64.c 140 static void fe25519_invert(fe25519 *r, const fe25519 *x) { function
242 fe25519_invert(&z, &z);

Completed in 77 milliseconds