Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha512_core.h39 } sha512_core_context; typedef
42 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…
H A Dsha512-224.h61 typedef sha512_core_context sha512_224_context;
H A Dsha512.h61 typedef sha512_core_context sha512_context;
H A Dsha512-256.h61 typedef sha512_core_context sha512_256_context;
/freebsd/crypto/libecc/src/hash/
H A Dsha512_core.c21 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()