summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
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 /lib/libgnutls.map
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 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index f42d5f9fae..9e869d038f 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1403,6 +1403,8 @@ GNUTLS_3_7_7
{
global:
gnutls_fips140_run_self_tests;
+ gnutls_cipher_encrypt3;
+ gnutls_cipher_decrypt3;
local:
*;
} GNUTLS_3_7_5;