crypto: lib/utils - Move utilities into new header
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 Mar 2023 09:59:38 +0000 (17:59 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 31 Mar 2023 09:50:09 +0000 (17:50 +0800)
commitc616fb0cbae8af5f3f837f54c625700992dcd78d
treefa50c607cc13a2164a3f38552f4d6373c998fa23
parent9c19fb86a8cb2ee82a832c95e139f29ea05c4d08
crypto: lib/utils - Move utilities into new header

The utilities have historically resided in algapi.h as they were
first used internally before being exported.  Move them into a
new header file so external users don't see internal API details.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/algapi.h
include/crypto/utils.h [new file with mode: 0644]
lib/crypto/utils.c