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

  /external/openssh/
fe25519.h 16 #define fe25519_unpack crypto_sign_ed25519_ref_fe25519_unpack macro
40 void fe25519_unpack(fe25519 *r, const unsigned char x[32]);
fe25519.c 100 void fe25519_unpack(fe25519 *r, const unsigned char x[32]) function
ge25519.c 202 fe25519_unpack(&r->y, p);
  /external/boringssl/src/crypto/curve25519/
x25519-x86_64.c 97 static void fe25519_unpack(fe25519 *r, const uint8_t x[32]) { function
240 fe25519_unpack(&t, point);

Completed in 93 milliseconds