Re: [PATCH v4 2/3] drivers: crypto: Add the Virtual Function driver for CPT

From: George Cherian
Date: Thu Jan 12 2017 - 06:21:46 EST


Hi Stephan,

Thank you for the clarification.

Regards,
-George

On 01/12/2017 04:49 PM, Stephan Müller wrote:
Am Donnerstag, 12. Januar 2017, 16:40:32 CET schrieb George Cherian:

Hi George,


Sure, please do not forget to invoke xts_verify_key.

Should I be using xts_check_key or xts_verify_key?

Both are identical except for the input parameter -- the one requires
crypto_skcipher, the other crypto_tfm. Depending what pointer you have handy
in your setkey function, you would use the most appropriate one.

Ciao
Stephan