Searched refs:gostr34_10_94_sign (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/ |
H A D | gostr34_10_94.h | 65 ATTRIBUTE_WARN_UNUSED_RET int gostr34_10_94_sign(const gostr34_10_94_priv_key *priv, const u8 *msg,…
|
H A D | gostr34_10_94.c | 86 int gostr34_10_94_sign(const gostr34_10_94_priv_key *priv, const u8 *msg, u32 msglen, in gostr34_10_94_sign() function 512 …ret = gostr34_10_94_sign(&priv, msg, sizeof(msg), NULL, 0, check_sig, sizeof(check_sig), HASH_GOST… in main()
|