Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
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 Dsign_ed25519_ref10.h5 int prehashed);
11 const unsigned char *sk, int prehashed);
17 int prehashed);
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()
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Deddsa.c58 uint8_t prehashed, in hash_init_with_dom() argument
72 dom[0] = (uint8_t)(2 - (prehashed == 0 ? 1 : 0) in hash_init_with_dom()
160 uint8_t prehashed, const uint8_t *context, in ossl_c448_ed448_sign() argument
189 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_sign()
231 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, context_len, in ossl_c448_ed448_sign()
292 uint8_t prehashed, const uint8_t *context, in ossl_c448_ed448_verify() argument
341 || !hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_verify()
H A Ded448.h70 uint8_t prehashed, const uint8_t *context,
125 uint8_t prehashed, const uint8_t *context,
/freebsd/crypto/openssl/doc/designs/
H A Dfips_indicator.md286 - ECDSA Verify using prehashed message is not allowed.
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1110 PROV_R_INVALID_PREHASHED_DIGEST_LENGTH:241:invalid prehashed digest length