Home
last modified time | relevance | path

Searched refs:ge25519_p3_tobytes (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dobsolete.c25 ge25519_p3_tobytes(pk, &A); in crypto_sign_edwards25519sha512batch_keypair()
49 ge25519_p3_tobytes(sig + 32, &A); in crypto_sign_edwards25519sha512batch()
52 ge25519_p3_tobytes(sig, &R); in crypto_sign_edwards25519sha512batch()
108 ge25519_p3_tobytes(t2, &R); in crypto_sign_edwards25519sha512batch_open()
H A Dkeypair.c28 ge25519_p3_tobytes(pk, &A); in crypto_sign_ed25519_seed_keypair()
H A Dsign.c92 ge25519_p3_tobytes(sig, &R); in _crypto_sign_ed25519_detached()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/ed25519/ref10/
H A Dscalarmult_ed25519_ref10.c49 ge25519_p3_tobytes(q, &Q); in crypto_scalarmult_ed25519()
69 ge25519_p3_tobytes(q, &Q); in crypto_scalarmult_ed25519_base()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/
H A Dcore_ed25519.c36 ge25519_p3_tobytes(r, &r_p3); in crypto_core_ed25519_add()
56 ge25519_p3_tobytes(r, &r_p3); in crypto_core_ed25519_sub()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h78 void ge25519_p3_tobytes(unsigned char *s, const ge25519_p3 *h);
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c477 ge25519_p3_tobytes(unsigned char *s, const ge25519_p3 *h) in ge25519_p3_tobytes() function
2030 ge25519_p3_tobytes(s, &p3); in ge25519_from_uniform()