... > Comment under rte_crypto_rsa_op_param.cipher: > Pointer to input data > * - to be decrypted for RSA private decrypt. > > Pointer to output data > * - for RSA public encrypt. > In this case the underlying array should have been > allocated with > enough memory to hold ciphertext output (i.e. must be at > least > RSA key size). > The message.length field should be 0 and will be > overwritten by > the PMD > with the encrypted length. > All data is in Octet-string network byte order format. > > @Shally - does above make sense? > If so we can update patches 2, 3 and 4 based on above. I see latest patch from Arek has this description. I'll respond on that.
Thanks Shally