Home
last modified time | relevance | path

Searched refs:ge25519_frombytes_negate_vartime (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dobsolete.c94 ge25519_frombytes_negate_vartime(&A, pk) != 0 || in crypto_sign_edwards25519sha512batch_open()
96 ge25519_frombytes_negate_vartime(&R, sm) != 0) { in crypto_sign_edwards25519sha512batch_open()
H A Dkeypair.c58 ge25519_frombytes_negate_vartime(&A, ed25519_pk) != 0 || in crypto_sign_ed25519_pk_to_curve25519()
H A Dopen.c40 if (ge25519_frombytes_negate_vartime(&A, pk) != 0) { in _crypto_sign_ed25519_verify_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h82 int ge25519_frombytes_negate_vartime(ge25519_p3 *h, const unsigned char *s);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c277 ge25519_frombytes_negate_vartime(ge25519_p3 *h, const unsigned char *s) in ge25519_frombytes_negate_vartime() function