Re: [Ocf-linux-users] AES hardware accelerator in OpenSSL with OCF
Brought to you by:
david-m
|
From: Hector P. <hec...@di...> - 2009-01-29 16:30:27
|
David McCullough wrote: > What functions does you driver provide ? You can see the list that > cryptosoft in the crypto_details table in cryptosoft.c My driver provides cbc(aes) and ecb(aes) encryption algorithms for 128, 192, and 256 key lengths. The crypto_details table in cryptosoft lists cbc(aes) among others, but not ecb(aes). Does this table list the software algorithms provided by OCF? Must I include somehow my algorithms to this list? Or at least ecb(aes)? > I am not an > expert on how the kernel crypto API matches up cbc(aes) to a driver > so I can't help you there. Thanks anyway. |