History log of /linux-master/include/crypto/internal/engine.h
Revision Date Author Comments
# c1091e2b 13-Aug-2023 Herbert Xu <herbert@gondor.apana.org.au>

crypto: engine - Move struct crypto_engine into internal/engine.h

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>


# 45c461c5 13-Aug-2023 Herbert Xu <herbert@gondor.apana.org.au>

crypto: engine - Create internal/engine.h

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>