Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/
H A Dcore_ed25519.c12 ge25519_has_small_order(p) != 0 || in crypto_core_ed25519_is_valid_point()
66 return - ge25519_has_small_order(p); in crypto_core_ed25519_from_uniform()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dopen.c32 ge25519_has_small_order(sig) != 0) { in _crypto_sign_ed25519_verify_detached()
36 ge25519_has_small_order(pk) != 0) { in _crypto_sign_ed25519_verify_detached()
H A Dobsolete.c93 if (ge25519_has_small_order(pk) != 0 || in crypto_sign_edwards25519sha512batch_open()
95 ge25519_has_small_order(sm) != 0 || in crypto_sign_edwards25519sha512batch_open()
H A Dkeypair.c57 if (ge25519_has_small_order(ed25519_pk) != 0 || in crypto_sign_ed25519_pk_to_curve25519()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/ed25519/ref10/
H A Dscalarmult_ed25519_ref10.c40 if (ge25519_is_canonical(p) == 0 || ge25519_has_small_order(p) != 0 || in crypto_scalarmult_ed25519()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h109 int ge25519_has_small_order(const unsigned char s[32]);
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1003 ge25519_has_small_order(const unsigned char s[32]) in ge25519_has_small_order() function