bash_context
ATTRIBUTE_WARN_UNUSED_RET int _bash_init(bash_context *ctx, uint8_t digest_size);
ATTRIBUTE_WARN_UNUSED_RET int _bash_update(bash_context *ctx, const uint8_t *buf, uint32_t buflen);
ATTRIBUTE_WARN_UNUSED_RET int _bash_finalize(bash_context *ctx, uint8_t *output);
typedef bash_context bash224_context;
typedef bash_context bash256_context;
typedef bash_context bash384_context;
typedef bash_context bash512_context;
int _bash_finalize(bash_context *ctx, u8 *output)
int _bash_init(bash_context *ctx, u8 digest_size)
int _bash_update(bash_context *ctx, const u8 *input, u32 ilen)
ret = _bash_update((bash_context *)ctx, input, ilen);
ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err);
ret = _bash_update((bash_context *)ctx, input, ilen);
ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err);
ret = _bash_update((bash_context *)ctx, input, ilen);
ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err);
ret = _bash_update((bash_context *)ctx, input, ilen);
ret = _bash_finalize((bash_context *)ctx, output); EG(ret, err);