Home
last modified time | relevance | path

Searched refs:sha512_update (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dsha512.c47 int sha512_update(sha512_context *ctx, const u8 *input, u32 ilen) in sha512_update() function
95 ret = sha512_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sha512_scattered()
112 ret = sha512_update(&ctx, input, ilen); EG(ret, err); in sha512()
H A Dhash_algs.c199 return sha512_update((sha512_context*)hctx, chunk, chunklen); in _sha512_update()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha512.h64 ATTRIBUTE_WARN_UNUSED_RET int sha512_update(sha512_context *ctx, const u8 *input, u32 ilen);
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2_generic.c260 static void sha512_update(sha512_ctx *ctx, const uint8_t *data, size_t len) in sha512_update() function
467 sha512_update(&ctx->sha512, data, len); in SHA2Update()
470 sha512_update(&ctx->sha512, data, len); in SHA2Update()
/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_sha.c187 LEGACY_EVP_MD_METH_TABLE(sha512_init, sha512_update, sha512_final, NULL,
/freebsd/contrib/unbound/compat/
H A Dgetentropy_linux.c59 #define SHA512_Update(x, b, s) sha512_update(x, s, b)
/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1535 sha512_update(&ctx, len, buf); in _digest_nettle()
1612 sha512_update(&hash->ctx512, len, data); in secalgo_hash_update()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c1427 sha512_update(ctx, insize, indata); in __archive_sha512update()