Re: [PATCH 4/8] akcipher: Move the RSA DER encoding to the crypto layer

From: David Howells
Date: Mon Feb 29 2016 - 10:38:06 EST


Mimi Zohar <zohar@xxxxxxxxxxxxxxxxxx> wrote:

> memset(&pks, 0, sizeof(pks));
>
> + pks.pkey_algo = PKEY_ALGO_RSA;
> pks.pkey_hash_algo = hdr->hash_algo;
> pks.digest = (u8 *)data;
> pks.digest_size = datalen;

I've updated the patch.

David