Searched refs:gostr34_10_94_pub_key (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/ |
H A D | gostr34_10_94.h | 39 typedef dsa_pub_key gostr34_10_94_pub_key; typedef 57 ATTRIBUTE_WARN_UNUSED_RET int gostr34_10_94_import_pub_key(gostr34_10_94_pub_key *pub, const u8 *p,… 62 ATTRIBUTE_WARN_UNUSED_RET int gostr34_10_94_compute_pub_from_priv(gostr34_10_94_pub_key *pub, 69 ATTRIBUTE_WARN_UNUSED_RET int gostr34_10_94_verify(const gostr34_10_94_pub_key *pub, const u8 *msg,…
|
H A D | gostr34_10_94.c | 65 int gostr34_10_94_import_pub_key(gostr34_10_94_pub_key *pub, const u8 *p, u16 plen, in gostr34_10_94_import_pub_key() 79 int gostr34_10_94_compute_pub_from_priv(gostr34_10_94_pub_key *pub, const gostr34_10_94_priv_key *p… in gostr34_10_94_compute_pub_from_priv() 250 int gostr34_10_94_verify(const gostr34_10_94_pub_key *pub, const u8 *msg, u32 msglen, in gostr34_10_94_verify() 473 gostr34_10_94_pub_key pub; in main()
|