From: Alexander Nyberg <alexn@dsv.su.se>
To: Jesper Juhl <juhl-lkml@dif.dk>
Cc: Steven French <sfrench@us.ibm.com>,
Steve French <smfrench@austin.rr.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] cifs: md5 cleanup - functions
Date: Mon, 11 Apr 2005 22:26:14 +0200 [thread overview]
Message-ID: <1113251174.904.13.camel@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.62.0504112209220.2480@dragon.hyggekrogen.localhost>
> Function names and return types on same line - conform to established
> fs/cifs/ style.
>
> -void
> -MD5Init(struct MD5Context *ctx)
> +void MD5Init(struct MD5Context *ctx)
> {
> ctx->buf[0] = 0x67452301;
> ctx->buf[1] = 0xefcdab89;
> @@ -60,8 +58,7 @@ MD5Init(struct MD5Context *ctx)
> * Update context to reflect the concatenation of another buffer full
> * of bytes.
> */
> -void
> -MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
> +void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
> {
Can anyone enlighten me why CIFS is not using crypto/md5?
Same question about md4
next prev parent reply other threads:[~2005-04-11 20:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-11 20:11 Jesper Juhl
2005-04-11 20:26 ` Alexander Nyberg [this message]
2005-04-12 6:37 ` Matt Mackall
2005-04-12 7:13 ` Jesper Juhl
[not found] <OFF8FD24BE.BDEDEA22-ON87256FE0.00741B4F-86256FE0.0074FC27@us.ibm.com>
2005-04-12 0:51 ` Steve French
2005-04-12 21:01 ` Francois Romieu
2005-04-14 19:24 ` Steve French
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1113251174.904.13.camel@localhost.localdomain \
--to=alexn@dsv.su.se \
--cc=juhl-lkml@dif.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=sfrench@us.ibm.com \
--cc=smfrench@austin.rr.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®