Home
last modified time | relevance | path

Searched hist:e907277aeb6caad1c4be96e20195f24531fcfefc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/tls/
H A Dtls_device_fallback.cdiff e907277aeb6caad1c4be96e20195f24531fcfefc Fri Aug 25 16:35:17 CDT 2023 Sabrina Dubroca <sd@queasysnail.net> tls: expand use of tls_cipher_desc in tls_sw_fallback_init

tls_sw_fallback_init already gets the key and tag size from
tls_cipher_desc. We can now also check that the cipher type is valid,
and stop hard-coding the algorithm name passed to crypto_alloc_aead.

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Link: https://lore.kernel.org/r/c8c94b8fcafbfb558e09589c1f1ad48dbdf92f76.1692977948.git.sd@queasysnail.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>