Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dcurve448_internal_test.c641 || !TEST_true(ED448ph_sign(outsig, dohash(hashctx, phmsg1, in test_ed448()
645 || !TEST_true(ED448ph_sign(outsig, dohash(hashctx, phmsg2, in test_ed448()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Dcurve448_local.h27 int ED448ph_sign(uint8_t *out_sig, const uint8_t hash[64],
H A Deddsa.c355 int ED448ph_sign(uint8_t *out_sig, const uint8_t hash[64], in ED448ph_sign() function