OSDN Git Service

crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>
authorEric Biggers <ebiggers@google.com>
Sun, 1 Dec 2019 21:53:24 +0000 (13:53 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 Dec 2019 08:37:00 +0000 (16:37 +0800)
commit095be695e564d1c64d33327b03e32bf5749b1174
tree55295f0ad516c099fb8e0def32f3ec4925480adf
parent839bb2a9ca73a99e1df882d14fe8060761373376
crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>

Move crypto_aead_maxauthsize() to <crypto/aead.h> so that it's available
to users of the API, not just AEAD implementations.

This will be used by the self-tests.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/aead.h
include/crypto/internal/aead.h