On Thu, Jul 03, 2008 at 04:21:02PM -0400, Neil Horman wrote:
>> +    /*
> +      * Now update our DT value
> +      */
> +     for (i=DEFAULT_BLK_SZ-1;i>0;i--) {
> +             ctx->DT[i] = ctx->DT[i-1];
> +     }
> +     ctx->DT[0] += 1;

Is there any reason behind using this algorithm as opposed to
a simple counter?

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[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