Home
last modified time | relevance | path

Searched refs:fe25519_unpack (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
Dfe25519.h14 #define fe25519_unpack crypto_sign_ed25519_ref_fe25519_unpack macro
38 void fe25519_unpack(fe25519 *r, const unsigned char x[32]);
Dfe25519.c101 void fe25519_unpack(fe25519 *r, const unsigned char x[32]) in fe25519_unpack() function
Dge25519.c202 fe25519_unpack(&r->y, p); in ge25519_unpackneg_vartime()