diff options
author | 2024-09-10 16:30:22 +0200 | |
---|---|---|
committer | 2024-10-05 13:22:04 +0800 | |
commit | 5ba296674e468ddd40b6ef5aa845c2d2ee794b84 (patch) | |
tree | 9ed079151185bef42bb2ee0b08df493fa9a9278d /rust/helpers/build_bug.c | |
parent | crypto: akcipher - Drop sign/verify operations (diff) | |
download | wireguard-linux-5ba296674e468ddd40b6ef5aa845c2d2ee794b84.tar.xz wireguard-linux-5ba296674e468ddd40b6ef5aa845c2d2ee794b84.zip |
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 'rust/helpers/build_bug.c')
0 files changed, 0 insertions, 0 deletions