Searched refs:prehashed (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
H A D | sign.c | 12 _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 D | sign_ed25519_ref10.h | 5 int prehashed); 11 const unsigned char *sk, int prehashed); 17 int prehashed);
|
H A D | open.c | 18 int prehashed) in _crypto_sign_ed25519_verify_detached() argument 43 _crypto_sign_ed25519_ref10_hinit(&hs, prehashed); in _crypto_sign_ed25519_verify_detached()
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | eddsa.c | 58 uint8_t prehashed, in hash_init_with_dom() argument 76 dom[0] = (uint8_t)(2 - (prehashed == 0 ? 1 : 0) in hash_init_with_dom() 164 uint8_t prehashed, const uint8_t *context, in ossl_c448_ed448_sign() argument 193 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_sign() 235 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, context_len, in ossl_c448_ed448_sign() 285 uint8_t prehashed, const uint8_t *context, in ossl_c448_ed448_verify() argument 334 || !hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_verify()
|
H A D | ed448.h | 70 uint8_t prehashed, const uint8_t *context, 125 uint8_t prehashed, const uint8_t *context,
|