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 D | obsolete.c | 25 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 D | keypair.c | 28 ge25519_p3_tobytes(pk, &A); in crypto_sign_ed25519_seed_keypair()
|
| H A D | sign.c | 92 ge25519_p3_tobytes(sig, &R); in _crypto_sign_ed25519_detached()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/ed25519/ref10/ |
| H A D | scalarmult_ed25519_ref10.c | 49 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 D | core_ed25519.c | 36 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 D | ed25519_ref10.h | 78 void ge25519_p3_tobytes(unsigned char *s, const ge25519_p3 *h);
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 477 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()
|