Searched refs:sha512_core_update (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha512_core.h | 42 ATTRIBUTE_WARN_UNUSED_RET int sha512_core_update(sha512_core_context *ctx, const u8 *input, u32 ile…
|
/freebsd/crypto/libecc/src/hash/ |
H A D | sha512-224.c | 53 ret = sha512_core_update(ctx, input, ilen); in sha512_224_update()
|
H A D | sha512-256.c | 53 ret = sha512_core_update(ctx, input, ilen); in sha512_256_update()
|
H A D | sha512.c | 53 ret = sha512_core_update(ctx, input, ilen); in sha512_update()
|
H A D | sha512_core.c | 68 int sha512_core_update(sha512_core_context *ctx, const u8 *input, u32 ilen) in sha512_core_update() function
|