All of lore.kernel.org
 help / color / mirror / Atom feed
* Extending CRYPTO_ALG_OPTIONAL_KEY for cipher algorithms
@ 2021-07-23 10:13 Thara Gopinath
  2021-07-23 16:20 ` Eric Biggers
  0 siblings, 1 reply; 4+ messages in thread
From: Thara Gopinath @ 2021-07-23 10:13 UTC (permalink / raw)
  To: Herbert Xu, Eric Biggers; +Cc: linux-crypto

Hi

I have a requirement where the keys for the crypto cipher algorithms are 
already programmed in the h/w pipes/channels and thus the ->encrypt()
and ->decrypt() can be called without set_key being called first.
I see that CRYPTO_ALG_OPTIONAL_KEY has been added to take care of
such requirements for CRC-32. My question is can the usage of this flag
be extended for cipher and other crypto algorithms as well. Can setting 
of this flag indicate that the algorithm can be used without calling 
set_key first and then the individual drivers can handle cases where
both h/w keys and s/w keys need to be supported.



-- 
Warm Regards
Thara (She/Her/Hers)

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

end of thread, other threads:[~2021-07-29 10:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-23 10:13 Extending CRYPTO_ALG_OPTIONAL_KEY for cipher algorithms Thara Gopinath
2021-07-23 16:20 ` Eric Biggers
2021-07-24  9:42   ` Gilad Ben-Yossef
2021-07-29 10:32     ` Thara Gopinath

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.