Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha512_core.h42 ATTRIBUTE_WARN_UNUSED_RET int sha512_core_update(sha512_core_context *ctx, const u8 *input, u32 ile…
/freebsd/crypto/libecc/src/hash/
H A Dsha512-224.c53 ret = sha512_core_update(ctx, input, ilen); in sha512_224_update()
H A Dsha512-256.c53 ret = sha512_core_update(ctx, input, ilen); in sha512_256_update()
H A Dsha512.c53 ret = sha512_core_update(ctx, input, ilen); in sha512_update()
H A Dsha512_core.c68 int sha512_core_update(sha512_core_context *ctx, const u8 *input, u32 ilen) in sha512_core_update() function