Author: oshogbo
Date: Wed Jun 12 19:29:48 2019
New Revision: 349001
URL: https://svnweb.freebsd.org/changeset/base/349001
Log:
geli: style nits
Modified:
head/sys/geom/eli/g_eli_hmac.c
Modified: head/sys/geom/eli/g_eli_hmac.c
==============================================================================
--- head/sys/geom/eli/g_eli_hmac.c Wed Jun 12 19:29:12 2019
(r349000)
+++ head/sys/geom/eli/g_eli_hmac.c Wed Jun 12 19:29:48 2019
(r349001)
@@ -96,11 +96,11 @@ g_eli_crypto_hmac_final(struct hmac_ctx *ctx, uint8_t
/* Complete inner hash */
SHA512_Final(digest, &ctx->innerctx);
-
+
/* Complete outer hash */
SHA512_Update(&ctx->outerctx, digest, sizeof(digest));
SHA512_Final(digest, &ctx->outerctx);
-
+
explicit_bzero(ctx, sizeof(*ctx));
/* mdsize == 0 means "Give me the whole hash!" */
if (mdsize == 0)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"