Home
last modified time | relevance | path

Searched refs:prehashed (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dsign_ed25519_ref10.h5 int prehashed);
11 const unsigned char *sk, int prehashed);
17 int prehashed);
H A Dsign.c12 _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs, int prehashed) in _crypto_sign_ed25519_ref10_hinit() argument
22 if (prehashed) { in _crypto_sign_ed25519_ref10_hinit()
67 const unsigned char *sk, int prehashed) in _crypto_sign_ed25519_detached() argument
75 _crypto_sign_ed25519_ref10_hinit(&hs, prehashed); in _crypto_sign_ed25519_detached()
94 _crypto_sign_ed25519_ref10_hinit(&hs, prehashed); in _crypto_sign_ed25519_detached()
H A Dopen.c18 int prehashed) in _crypto_sign_ed25519_verify_detached() argument
43 _crypto_sign_ed25519_ref10_hinit(&hs, prehashed); in _crypto_sign_ed25519_verify_detached()