Home
last modified time | relevance | path

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

/external/openssh/
Dfe25519.h16 #define fe25519_unpack crypto_sign_ed25519_ref_fe25519_unpack macro
Dfe25519.c100 void fe25519_unpack(fe25519 *r, const unsigned char x[32]) in fe25519_unpack() function
/external/boringssl/src/crypto/curve25519/
Dx25519-x86_64.c75 static void fe25519_unpack(fe25519 *r, const uint8_t x[32]) { in fe25519_unpack() function