Home
last modified time | relevance | path

Searched defs:fe_frombytes (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/crypto/
H A Dcurve25519.c85 static __always_inline void fe_frombytes(fe *h, const uint8_t *s) in fe_frombytes() function
/openbsd-src/lib/libcrypto/curve25519/
H A Dcurve25519.c58 static void fe_frombytes(fe h, const uint8_t *s) { in fe_frombytes() function