Home
last modified time | relevance | path

Searched refs:sha384_final (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dsha384.c148 int sha384_final(sha384_context *ctx, u8 output[SHA384_DIGEST_SIZE]) in sha384_final() function
229 ret = sha384_final(&ctx, output); in sha384_scattered()
243 ret = sha384_final(&ctx, output); in sha384()
H A Dhash_algs.c189 return sha384_final((sha384_context*)hctx, output); in _sha384_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha384.h73 ATTRIBUTE_WARN_UNUSED_RET int sha384_final(sha384_context *ctx, u8 output[SHA384_DIGEST_SIZE]);
/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_sha.c172 LEGACY_EVP_MD_METH_TABLE(sha384_init, sha384_update, sha384_final, NULL,