Hi Tadeusz,

> -----Original Message-----
> From: Tadeusz Struk [mailto:[email protected]]
> Sent: Sunday, March 20, 2016 4:54 PM
> To: Tudor-Dan Ambarus; [email protected]
> Cc: [email protected]; [email protected]; Horia Ioan Geanta
> Neag
> Subject: Re: [PATCH 01/10] crypto: rsa - generalize ASN.1 sequences


> static int rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key,
>                           unsigned int keylen)
>  {
>       struct rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
>       struct rsa_mpi_key *pkey = &ctx->key;
>       int ret;
> 
>       ctx->action = &impl_action;

[ta] we can do this once, when initializing the tfm object.

I agree with all your suggestions, I will implement them.

Thank you for the review,
ta
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to