Searched refs:sha512_core_context (Results 1 – 5 of 5) sorted by relevance
39 } sha512_core_context; typedef42 ATTRIBUTE_WARN_UNUSED_RET int sha512_core_update(sha512_core_context *ctx, const u8 *input, u32 ile…43 ATTRIBUTE_WARN_UNUSED_RET int sha512_core_final(sha512_core_context *ctx, u8 *output, u32 output_si…
61 typedef sha512_core_context sha512_224_context;
61 typedef sha512_core_context sha512_context;
61 typedef sha512_core_context sha512_256_context;
21 ATTRIBUTE_WARN_UNUSED_RET static int sha512_core_process(sha512_core_context *ctx, in sha512_core_process()68 int sha512_core_update(sha512_core_context *ctx, const u8 *input, u32 ilen) in sha512_core_update()116 int sha512_core_final(sha512_core_context *ctx, u8 *output, u32 output_size) in sha512_core_final()