Re: Typos and RSA

2016-05-17 Thread Stephan Mueller
Am Dienstag, 17. Mai 2016, 17:46:44 schrieb Gary R Hook: Hi Gary, > Thanks so much. > > There are exactly 3 references to that symbol (in my freshly pulled copy > of cryptodev-2.6). > testmgr.c precipitates my questions, and public_key.c doesn't actually > provide any content > in the source

Re: Typos and RSA

2016-05-17 Thread Gary R Hook
Thanks so much. There are exactly 3 references to that symbol (in my freshly pulled copy of cryptodev-2.6). testmgr.c precipitates my questions, and public_key.c doesn't actually provide any content in the source input buffer, neither modulus nor plaintext. Thus, it doesn't clarify things

Re: Typos and RSA

2016-05-17 Thread Tadeusz Struk
On 05/17/2016 03:16 PM, Stephan Mueller wrote: >> I am working on hooking up RSA functionality to the akcipher API. It appears >> > that no other code, to date, uses this API. Can anyone confirm or deny that >> > conclusion? > This is not correct. The asymmetric key API uses that code. So does the

Re: Typos and RSA

2016-05-17 Thread Stephan Mueller
Am Dienstag, 17. Mai 2016, 16:22:43 schrieb Gary R Hook: Hi Gary, > I am working on hooking up RSA functionality to the akcipher API. It appears > that no other code, to date, uses this API. Can anyone confirm or deny that > conclusion? This is not correct. The asymmetric key API uses that

Typos and RSA

2016-05-17 Thread Gary R Hook
I am working on hooking up RSA functionality to the akcipher API. It appears that no other code, to date, uses this API. Can anyone confirm or deny that conclusion? I have questions about invoking akcipher transform functions, and can find no information about specifics that vex me. If there is

[PATCH] crypto: qat - fix typos sizeof for ctx

2016-05-17 Thread Tadeusz Struk
The sizeof(*ctx->dec_cd) and sizeof(*ctx->enc_cd) are equal, but we should use the correct one for freeing memory anyway. Signed-off-by: Tadeusz Struk --- drivers/crypto/qat/qat_common/qat_algs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] crypto/sha1-mb: make sha1_x8_avx2() conform to C function ABI

2016-05-17 Thread Herbert Xu
On Mon, May 16, 2016 at 04:07:53PM -0700, Megha Dey wrote: > > ok. I tried at my end too using some printk's and nothing seems to be > broken. Also, if you intend to use the same commit message, I spell my > name as Megha Dey and not Day :) Patch applied with the name corrected. Thanks, --