summaryrefslogtreecommitdiff
path: root/devel/libgnutls.abignore
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2022-07-14 15:19:23 +0900
committerDaiki Ueno <ueno@gnu.org>2022-07-22 18:07:02 +0900
commit4b45ad6923a7b1d296a111153663f23c13173b94 (patch)
tree51a5b29d8b0422793f54618ff95864b6016a19b8 /devel/libgnutls.abignore
parente80b334563d648d86d654346ad49b1010974e7ad (diff)
downloadgnutls-4b45ad6923a7b1d296a111153663f23c13173b94.tar.gz
crypto-api: add block cipher API with automatic padding
This adds a couple of functions gnutls_cipher_encrypt3 and gnutls_cipher_decrypt3, which add or remove padding as necessary if the length of the plaintext is not a multiple of the block size. Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'devel/libgnutls.abignore')
-rw-r--r--devel/libgnutls.abignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore
index 8f0c7ce584..f1e0a75f2a 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -72,3 +72,9 @@ name = drbg_aes_reseed
# abi-dump repository:
[suppress_function]
name = gnutls_fips140_run_self_tests
+
+[suppress_function]
+name = gnutls_cipher_encrypt3
+
+[suppress_function]
+name = gnutls_cipher_decrypt3