Searched refs:gostr34_11_94_scattered (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | gostr34_11_94.c | 570 ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_scattered(const u8 **inputs, const u32 *ilens, in gostr34_11_94_scattered() function 595 return gostr34_11_94_scattered(inputs, ilens, output, GOST34_11_94_NORM); in gostr34_11_94_scattered_norm() 601 return gostr34_11_94_scattered(inputs, ilens, output, GOST34_11_94_RFC4357); in gostr34_11_94_scattered_rfc4357()
|
H A D | gostr34_11_94.h | 174 ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_scattered(const u8 **inputs, const u32 *ilens,
|