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

  /external/openssh/
fe25519.h 17 #define fe25519_pack crypto_sign_ed25519_ref_fe25519_pack macro
42 void fe25519_pack(unsigned char r[32], const fe25519 *x);
fe25519.c 108 void fe25519_pack(unsigned char r[32], const fe25519 *x) function
ge25519.c 249 fe25519_pack(r, &ty);
  /external/boringssl/src/crypto/curve25519/
x25519-x86_64.c 50 static void fe25519_pack(unsigned char r[32], const fe25519 *x) { function
244 fe25519_pack(out, &t);

Completed in 500 milliseconds