summaryrefslogtreecommitdiff
path: root/lib/libgnutls.map
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2019-08-02 07:40:44 +0200
committerDaiki Ueno <dueno@redhat.com>2019-08-09 13:11:22 +0200
commitd230011cdbbe55f429b43d818c75c8f6687cbc78 (patch)
treeee01995396ce288a37f3323656a54ae6fecba35d /lib/libgnutls.map
parent9ca7a2b42168d356126e306e25211d43ea3c2e7d (diff)
downloadgnutls-d230011cdbbe55f429b43d818c75c8f6687cbc78.tar.gz
crypto-api: add gnutls_aead_cipher_{en,de}cryptv2tmp-encryptv2
This adds an in-place equivalent of gnutls_aead_cipher_encrypt() and gnutls_aead_cipher_decrypt(), that works on data buffers. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'lib/libgnutls.map')
-rw-r--r--lib/libgnutls.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index fc93c0857f..f83a21e9bc 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1294,6 +1294,13 @@ GNUTLS_3_6_9
gnutls_hash_copy;
} GNUTLS_3_6_8;
+GNUTLS_3_6_10
+{
+ global:
+ gnutls_aead_cipher_encryptv2;
+ gnutls_aead_cipher_decryptv2;
+} GNUTLS_3_6_9;
+
GNUTLS_FIPS140_3_4 {
global:
gnutls_cipher_self_test;