All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Clarify asymmetric random, add 'k' and crypto uint
@ 2022-02-07 11:35 Arek Kusztal
  2022-02-07 11:35 ` [PATCH v2 1/4] crypto: add dsa random number k Arek Kusztal
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Arek Kusztal @ 2022-02-07 11:35 UTC (permalink / raw)
  To: dev; +Cc: gakhil, roy.fan.zhang, rbalu, Arek Kusztal

This patchset introduces following changes:

1) DSA 'k' was added that devices withouth random support can work.
2) Clarified usage of random numbers in asym, as per discussion from December.
3) Added typedef for crypto_uint to remove some repeating comments making code more readable. Additionally some rearrangement were made to improve readibility.

v2:
- added patches justification to each commit

Arek Kusztal (4):
  crypto: add dsa random number k
  crypto: clarify usage of random numbers in asym
  crypto: use rte macro instead of direct attribute
  crypto: reorganize endianness comments, add crypto uint

 lib/cryptodev/rte_crypto_asym.h | 363 ++++++++++++++++------------------------
 1 file changed, 141 insertions(+), 222 deletions(-)

-- 
2.13.6


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-02-11 10:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 11:35 [PATCH v2 0/4] Clarify asymmetric random, add 'k' and crypto uint Arek Kusztal
2022-02-07 11:35 ` [PATCH v2 1/4] crypto: add dsa random number k Arek Kusztal
2022-02-11 10:55   ` Ray Kinsella
2022-02-07 11:35 ` [PATCH v2 2/4] crypto: clarify usage of random numbers in asym Arek Kusztal
2022-02-07 11:35 ` [PATCH v2 3/4] crypto: use rte macro instead of direct attribute Arek Kusztal
2022-02-07 11:35 ` [PATCH v2 4/4] crypto: reorganize endianness comments, add crypto uint Arek Kusztal
2022-02-10 10:17   ` [EXT] " Akhil Goyal
2022-02-10 16:38     ` Zhang, Roy Fan
2022-02-10 21:08       ` Akhil Goyal
2022-02-11 10:54         ` Ray Kinsella

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.