Home
last modified time | relevance | path

Searched refs:fe25519_pack (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dfe25519.h17 #define fe25519_pack crypto_sign_ed25519_ref_fe25519_pack macro
42 void fe25519_pack(unsigned char r[32], const fe25519 *x);
Dfe25519.c108 void fe25519_pack(unsigned char r[32], const fe25519 *x) in fe25519_pack() function
Dge25519.c249 fe25519_pack(r, &ty); in ge25519_pack()
/external/libwebsockets/plugins/ssh-base/crypto/
Dfe25519.h15 #define fe25519_pack crypto_sign_ed25519_ref_fe25519_pack macro
40 void fe25519_pack(unsigned char r[32], const fe25519 *x);
Dfe25519.c109 void fe25519_pack(unsigned char r[32], const fe25519 *x) in fe25519_pack() function
Dge25519.c249 fe25519_pack(r, &ty); in ge25519_pack()