> -----Original Message----- > From: Shally Verma [mailto:[email protected]] > Sent: Thursday, April 5, 2018 12:25 PM > To: De Lara Guarch, Pablo <[email protected]> > Cc: Doherty, Declan <[email protected]>; Trahe, Fiona > <[email protected]>; > [email protected]; [email protected]; > [email protected]; > [email protected]; Sunila Sahu <[email protected]>; Ashish Gupta > <[email protected]> > Subject: [PATCH v2 1/6] lib/cryptodev: add asymmetric algos in cryptodev > > Add rte_crypto_asym.h with supported xfrms > and associated op structures and APIs > > API currently supports: > - RSA Encrypt, Decrypt, Sign and Verify > - Modular Exponentiation and Inversion > - DSA Sign and Verify > - Deffie-hellman private key exchange > - Deffie-hellman public key exchange > - Deffie-hellman shared secret compute > - Deffie-hellman public/private key pair generation > using xform chain > > Signed-off-by: Shally Verma <[email protected]> > Signed-off-by: Sunila Sahu <[email protected]> > Signed-off-by: Ashish Gupta <[email protected]> Acked-by: Fiona Trahe <[email protected]>

