Home
last modified time | relevance | path

Searched refs:sha384_update (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dsha384.c95 int sha384_update(sha384_context *ctx, const u8 *input, u32 ilen) in sha384_update() function
225 ret = sha384_update(&ctx, buf, buflen); EG(ret, err); in sha384_scattered()
242 ret = sha384_update(&ctx, input, ilen); EG(ret, err); in sha384()
H A Dhash_algs.c185 return sha384_update((sha384_context*)hctx, chunk, chunklen); in _sha384_update()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha384.h72 ATTRIBUTE_WARN_UNUSED_RET int sha384_update(sha384_context *ctx, const u8 *input, u32 ilen);
/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_sha.c172 LEGACY_EVP_MD_METH_TABLE(sha384_init, sha384_update, sha384_final, NULL,
/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1527 sha384_update(&ctx, len, buf); in _digest_nettle()
1610 sha384_update(&hash->ctx384, len, data); in secalgo_hash_update()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c1163 sha384_update(ctx, insize, indata); in __archive_sha384update()