Searched refs:fe_frombytes (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe.h | 22 #define fe_frombytes crypto_scalarmult_curve25519_sandy2x_fe_frombytes macro 24 extern void fe_frombytes(fe, const unsigned char *);
|
| H A D | curve25519_sandy2x.c | 41 fe_frombytes(x1, p); in crypto_scalarmult_curve25519_sandy2x()
|
| H A D | fe_frombytes_sandy2x.c | 31 fe_frombytes(fe h, const unsigned char *s) in fe_frombytes() function
|
| /freebsd/contrib/wireguard-tools/ |
| H A D | curve25519-fiat32.h | 49 static __always_inline void fe_frombytes(fe *h, const u8 *s) in fe_frombytes() function 790 fe_frombytes(&x1, point); in curve25519_generic()
|
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | edwards25519.c | 313 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes() function 625 fe_frombytes(&h->Y, s); in x25519_ge_frombytes_vartime()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 831 static void fe_frombytes(fe h, const uint8_t *s) in fe_frombytes() function 2007 fe_frombytes(h->Y, s); in ge_frombytes_vartime() 4537 fe_frombytes(x1, point); in x25519_scalar_mult_generic()
|