Searched refs:sha384_update (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sha384.c | 95 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 D | hash_algs.c | 185 return sha384_update((sha384_context*)hctx, chunk, chunklen); in _sha384_update()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha384.h | 72 ATTRIBUTE_WARN_UNUSED_RET int sha384_update(sha384_context *ctx, const u8 *input, u32 ilen);
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_sha.c | 172 LEGACY_EVP_MD_METH_TABLE(sha384_init, sha384_update, sha384_final, NULL,
|
/freebsd/contrib/unbound/validator/ |
H A D | val_secalgo.c | 1527 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 D | archive_digest.c | 1163 sha384_update(ctx, insize, indata); in __archive_sha384update()
|