Searched refs:streebog_context (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | streebog.c | 30 ATTRIBUTE_WARN_UNUSED_RET static int streebog_init(streebog_context *ctx, u8 digest_size, u8 block_… in streebog_init() 40 ret = local_memset(ctx, 0, sizeof(streebog_context)); EG(ret, err); in streebog_init() 56 ATTRIBUTE_WARN_UNUSED_RET static int streebog_update(streebog_context *ctx, const u8 *input, u32 il… in streebog_update() 103 ATTRIBUTE_WARN_UNUSED_RET static int streebog_final(streebog_context *ctx, u8 *output) in streebog_final()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | streebog.h | 88 } streebog_context; typedef 1264 static inline void streebog_process(streebog_context *ctx, const u8 *in, u64 num) in streebog_process()
|
H A D | streebog512.h | 55 typedef streebog_context streebog512_context;
|
H A D | streebog256.h | 55 typedef streebog_context streebog256_context;
|