On Thu, Sep 03, 2015 at 12:21:37PM +0200, Stephan Mueller wrote:
> 
> I see. But then it seems to be a pervasive bug as xts suffers from the same 
> issue too.

Right.  Every ablkcipher template has the same issue.  That's why
I wanted to take care of this in bulk with the skcipher conversion
rather than fixing them one-by-one.

> Would you please be so kind and give me a hint what exactly would need to be 
> done with the cra_name? I continued working on the keywrap template and have 
> it now complete. The only lingering issue is the testmgr where the test for 
> keywrap is not invoked.

You just need to grab the cra_name of the underlying algorithm
rather than using the input string.

Cheers,
-- 
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