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

  /external/openssh/
fe25519.h 26 #define fe25519_sub crypto_sign_ed25519_ref_fe25519_sub macro
60 void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y);
fe25519.c 175 fe25519_sub(r, r, &t);
185 void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y) function

Completed in 176 milliseconds