Skip to content
Commit 78cf1c8b authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: inside-secure - Move ipad/opad into safexcel_context



As both safexcel_ahash_ctx and safexcel_cipher_ctx contain ipad
and opad buffers this patch moves them into the common struct
safexcel_context.  It also adds a union so that they can be accessed
in the appropriate endian without crazy casts.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 18e51895
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment