Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c320 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() function
522 fe_tobytes(s, &tight); in fe_isnonzero()
532 fe_tobytes(s, f); in fe_isnegative()
614 fe_tobytes(s, &y); in x25519_ge_tobytes()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c923 static void fe_tobytes(uint8_t *s, const fe h) in fe_tobytes() function
1659 fe_tobytes(s, f); in fe_isnonzero()
1675 fe_tobytes(s, f); in fe_isnegative()
1972 fe_tobytes(s, y); in ge_tobytes()
1985 fe_tobytes(s, y); in ge_p3_tobytes()
4571 fe_tobytes(out, x2); in x25519_scalar_mult_generic()
5876 fe_tobytes(out_public_value, zplusy); in ossl_x25519_public_from_private()
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h160 static __always_inline void fe_tobytes(u8 s[32], const fe *f) in fe_tobytes() function
849 fe_tobytes(out, &x2); in curve25519_generic()