Hi Herbert,

how exactly does alignmask work in crypto now? Does it affect alignment
for both CTX and input/output data buffers? I'd say so from
cipher.c:crypt(). Can I somehow pass aligned CTX but non-aligned i/o
data to algorithm?

I was just about to update padlock-aes to handle non-aligned input (i.e.
no copy-to-tmp required) on VIA C7. It still requires aligned key, IV
and control word though. Is that possible? Or will I have to unset
alignmask and align CTX myself?

Thanks

Michal
-
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