Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-18 | crypto: engine - Move struct crypto_engine into internal/engine.h | Herbert Xu | 1 | -0/+61 | |
Most drivers should not access the internal details of struct crypto_engine. Move it into the internal header file. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||||
2023-08-18 | crypto: engine - Create internal/engine.h | Herbert Xu | 1 | -0/+13 | |
Create crypto/internal/engine.h to house details that should not be used by drivers. It is empty for the time being. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |