Symbol: gostr34_11_94_context
crypto/libecc/src/examples/hash/gostr34_11_94.c
324
ATTRIBUTE_WARN_UNUSED_RET static inline int gostr34_11_94_process(gostr34_11_94_context *ctx,
crypto/libecc/src/examples/hash/gostr34_11_94.c
372
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_init(gostr34_11_94_context *ctx)
crypto/libecc/src/examples/hash/gostr34_11_94.c
402
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_set_iv(gostr34_11_94_context *ctx, const u64 iv[GOSTR34_11_94_STATE_SIZE])
crypto/libecc/src/examples/hash/gostr34_11_94.c
424
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_set_type(gostr34_11_94_context *ctx, gostr34_11_94_type type)
crypto/libecc/src/examples/hash/gostr34_11_94.c
447
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_update(gostr34_11_94_context *ctx, const u8 *input, u32 ilen)
crypto/libecc/src/examples/hash/gostr34_11_94.c
496
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_final(gostr34_11_94_context *ctx, u8 output[GOSTR34_11_94_DIGEST_SIZE])
crypto/libecc/src/examples/hash/gostr34_11_94.c
573
gostr34_11_94_context ctx;
crypto/libecc/src/examples/hash/gostr34_11_94.c
611
gostr34_11_94_context ctx;
crypto/libecc/src/examples/hash/gostr34_11_94.h
155
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_init(gostr34_11_94_context *ctx);
crypto/libecc/src/examples/hash/gostr34_11_94.h
158
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_set_iv(gostr34_11_94_context *ctx, const u64 iv[GOSTR34_11_94_STATE_SIZE]);
crypto/libecc/src/examples/hash/gostr34_11_94.h
161
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_set_type(gostr34_11_94_context *ctx, gostr34_11_94_type type);
crypto/libecc/src/examples/hash/gostr34_11_94.h
163
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_update(gostr34_11_94_context *ctx, const u8 *input, u32 ilen);
crypto/libecc/src/examples/hash/gostr34_11_94.h
166
ATTRIBUTE_WARN_UNUSED_RET int gostr34_11_94_final(gostr34_11_94_context *ctx, u8 output[GOSTR34_11_94_DIGEST_SIZE]);
crypto/libecc/src/examples/hash/hash.h
96
gostr34_11_94_context gostr34_11_94ctx;