crypto: api - Move crypto attr definitions out of crypto.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 17 Jun 2021 07:28:10 +0000 (15:28 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 24 Jun 2021 06:51:35 +0000 (14:51 +0800)
commit5163ab505e489400b4738b2a5547ec83d2dff7bb
tree0f7dad1ee8a811f84a03f0ecb52be6089938249d
parent74c66120fda6596ad57f41e1607b3a5d51ca143d
crypto: api - Move crypto attr definitions out of crypto.h

The definitions for crypto_attr-related types and enums are not
needed by most Crypto API users.  This patch moves them out of
crypto.h and into algapi.h/internal.h depending on the extent of
their use.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/internal.h
include/crypto/algapi.h
include/linux/crypto.h