Home
last modified time | relevance | path

Searched refs:streebog512 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog512.h62 ATTRIBUTE_WARN_UNUSED_RET int streebog512(const u8 *input, u32 ilen, u8 output[STREEBOG512_DIGEST_S…
H A Dhash_algs.h93 streebog512_context streebog512; member
/freebsd/crypto/libecc/
H A Dmeson.options96 'streebog512',
/freebsd/crypto/libecc/include/libecc/
H A Dmeson.build93 'hash/streebog512.h',
/freebsd/crypto/libecc/src/hash/
H A Dstreebog.c322 int streebog512(const u8 *input, u32 ilen, u8 output[STREEBOG512_DIGEST_SIZE]) in streebog512() function