Home
last modified time | relevance | path

Searched refs:gostr34_10_94_import_pub_key (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/
H A Dgostr34_10_94.h57 ATTRIBUTE_WARN_UNUSED_RET int gostr34_10_94_import_pub_key(gostr34_10_94_pub_key *pub, const u8 *p,…
H A Dgostr34_10_94.c65 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() function
497 …ret = gostr34_10_94_import_pub_key(&pub, p, sizeof(p), q, sizeof(q), g, sizeof(g), y_self_signed, … in main()