Home
last modified time | relevance | path

Searched refs:sha512_256_update (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dsha512-256.c47 int sha512_256_update(sha512_256_context *ctx, const u8 *input, u32 ilen) in sha512_256_update() function
94 ret = sha512_256_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sha512_256_scattered()
111 ret = sha512_256_update(&ctx, input, ilen); EG(ret, err); in sha512_256()
H A Dhash_algs.c227 return sha512_256_update((sha512_256_context*)hctx, chunk, chunklen); in _sha512_256_update()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha512-256.h64 ATTRIBUTE_WARN_UNUSED_RET int sha512_256_update(sha512_256_context *ctx, const u8 *input, u32 ilen);