On Mon, Apr 25, 2011 at 06:01:26PM +0530, [email protected] wrote:
>
> +static struct cipher_testvec aes_ofb_dec_tv_template[] = {
> +      /* From NIST Special Publication 800-38A, Appendix F.5 */
> +     {
> +             .key    = "\x2b\x7e\x15\x16\x28\xae\xd2\xa6"
> +                             "\xab\xf7\x15\x88\x09\xcf\x4f\x3c",
> +             .klen   = 16,
> +             .iv     = "\x00\x01\x02\x03\x04\x05\x06\x07\x08"
> +                             "\x09\x0a\x0b\x0c\x0d\x0e\x0f",
> +             .input  = "\x3b\x3f\xd9\x2e\xb7\x2d\xad\x20"
> +                             "\x33\x34\x49\xf8\xe8\x3c\xfb\x4a"
> +                       "\x77\x89\x50\x8d\x16\x91\x8f\x03\xf5"

What's with the indentation changes? Please reformat it so that
everything lines up properly.

Thanks,
-- 
Email: Herbert Xu <[email protected]>
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-crypto" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to