lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 7 Mar 2010 23:20:07 +0800
From:	Herbert Xu <herbert@...dor.apana.org.au>
To:	Stewart Malik <mali0037@...il.com>
Cc:	davem@...emloft.net, richih.mailinglist@...il.com,
	linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] CRYPTO: Blowfish: Converted spaces to tabs in
	crypto/blowfish.c

On Sun, Mar 07, 2010 at 06:01:06PM +1030, Stewart Malik wrote:
>
> @@ -452,17 +456,17 @@ static int bf_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen)
>  static struct crypto_alg alg = {
>  	.cra_name		=	"blowfish",
>  	.cra_flags		=	CRYPTO_ALG_TYPE_CIPHER,
> -	.cra_blocksize		=	BF_BLOCK_SIZE,
> -	.cra_ctxsize		=	sizeof(struct bf_ctx),
> -	.cra_alignmask		=	3,
> +	.cra_blocksize	=	BF_BLOCK_SIZE,
> +	.cra_ctxsize	=	sizeof(struct bf_ctx),
> +	.cra_alignmask	=	3,

What's this bit for?
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ