Searched refs:fe25519_tobytes (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
H A D | x25519_ref10.c | 116 fe25519_tobytes(q, x2); in crypto_scalarmult_curve25519_ref10() 150 fe25519_tobytes(q, pk); in crypto_scalarmult_curve25519_ref10_base()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
H A D | keypair.c | 68 fe25519_tobytes(curve25519_pk, x); in crypto_sign_ed25519_pk_to_curve25519()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10.h | 20 void fe25519_tobytes(unsigned char *s, const fe25519 h);
|
H A D | ed25519_ref10_fe_51.h | 217 fe25519_tobytes(s, f); in fe25519_isnegative() 232 fe25519_tobytes(s, f); in fe25519_iszero()
|
H A D | ed25519_ref10_fe_25_5.h | 312 fe25519_tobytes(s, f); in fe25519_isnegative() 330 fe25519_tobytes(s, f); in fe25519_iszero()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
H A D | fe.h | 102 fe25519_tobytes(unsigned char *s, const fe25519 h) in fe25519_tobytes() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
H A D | fe.h | 183 fe25519_tobytes(unsigned char *s, const fe25519 h) in fe25519_tobytes() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
H A D | ed25519_ref10.c | 486 fe25519_tobytes(s, y); in ge25519_p3_tobytes() 642 fe25519_tobytes(s, y); in ge25519_tobytes() 1992 fe25519_tobytes(s, e); in ge25519_from_uniform() 2013 fe25519_tobytes(s, yed); in ge25519_from_uniform()
|