Re: [Cryptodev-linux-devel] [PATCH] Fixes in DH Engine Interface

2013-01-25 Thread Nikos Mavrogiannopoulos
On 01/24/2013 11:22 PM, Yashpal Dutta wrote: > 1) The keylen in cryptodev_dh_compute_key is already in bits. So, avoid > multiplying > it with 8 while passing it to cryptodev. > > 2) cryptodev_dh_compute_key must return size of secret generated as expected > by openssl. > > Signed-off-by: Yash

Re: [Cryptodev-linux-devel] [PATCH] Added support SHA224

2013-01-25 Thread Nikos Mavrogiannopoulos
On 01/24/2013 11:55 PM, Yashpal Dutta wrote: > Signed-off-by: Yashpal Dutta > --- > crypto/cryptodev.h |2 ++ > extras/eng_cryptodev.c | 21 + > ioctl.c|8 > 3 files changed, 31 insertions(+), 0 deletions(-) Thanks. Applied.