Re: [PATCH 1/3] cifs: md5 cleanup - functions
From: Alexander Nyberg (alexn_at_dsv.su.se)
Date: 04/11/05
- Previous message: Linus Torvalds: "Re: [rfc] git: combo-blobs"
- In reply to: Jesper Juhl: "[PATCH 1/3] cifs: md5 cleanup - functions"
- Next in thread: Steve French: "Re: [PATCH 1/3] cifs: md5 cleanup - functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Jesper Juhl <juhl-lkml@dif.dk> Date: Mon, 11 Apr 2005 22:26:14 +0200
> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Linus Torvalds: "Re: [rfc] git: combo-blobs"
- In reply to: Jesper Juhl: "[PATCH 1/3] cifs: md5 cleanup - functions"
- Next in thread: Steve French: "Re: [PATCH 1/3] cifs: md5 cleanup - functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|