diff options
author | Lukas Wunner <lukas@wunner.de> | 2024-09-10 16:30:22 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-10-05 13:22:04 +0800 |
commit | 5ba296674e468ddd40b6ef5aa845c2d2ee794b84 (patch) | |
tree | 9ed079151185bef42bb2ee0b08df493fa9a9278d /lib/crypto/mpi/mpi-mul.c | |
parent | 6b34562f0cfe81f1f207fc7c146c4ff4b31eb625 (diff) |
crypto: sig - Move crypto_sig_*() API calls to include file
The crypto_sig_*() API calls lived in sig.c so far because they needed
access to struct crypto_sig_type: This was necessary to differentiate
between signature algorithms that had already been migrated from
crypto_akcipher to crypto_sig and those that hadn't yet.
Now that all algorithms have been migrated, the API calls can become
static inlines in <crypto/sig.h> to mimic what <crypto/akcipher.h> is
doing.
Signed-off-by: Lukas Wunner <lukas@wunner.de>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/crypto/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions