Re: [RFC PATCH] crypto: Alchemy AES engine driver

2010-05-07 Thread Manuel Lauss
Hi Sebastian, >># modprobe alchemy-aes >>alg: skcipher: setkey failed on test 2 for ecb-aes-alchemy: flags=20 >># modprobe tcrypt mode=10 >>alg: skcipher: setkey failed on test 3 for cbc-aes-alchemy: flags=0 >>alg: skcipher: Failed to load transform for cbc(aes): -2 >>alg: skcipher: Failed to

Re: [RFC PATCH] crypto: Alchemy AES engine driver

2010-05-07 Thread Sebastian Andrzej Siewior
* Manuel Lauss | 2010-05-06 17:50:45 [+0200]: A brief look. >lightly "tested" with the tcrypt module on Au1200; I have no idea whether >it really works correctly: > ># modprobe alchemy-aes >alg: skcipher: setkey failed on test 2 for ecb-aes-alchemy: flags=20 ># modprobe tcrypt mode=10 >alg: s

[RFC PATCH] crypto: Alchemy AES engine driver

2010-05-06 Thread Manuel Lauss
Driver for the AES engine in ECB and CBC modes found on some Alchemy Au1200/Au1300 SoCs. Signed-off-by: Manuel Lauss --- lightly "tested" with the tcrypt module on Au1200; I have no idea whether it really works correctly: # modprobe alchemy-aes alg: skcipher: setkey failed on test 2 for ecb-ae