summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_aead_cipher_set_key
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_aead_cipher_set_key')
-rw-r--r--doc/functions/gnutls_aead_cipher_set_key16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/functions/gnutls_aead_cipher_set_key b/doc/functions/gnutls_aead_cipher_set_key
new file mode 100644
index 0000000..7a4fd70
--- /dev/null
+++ b/doc/functions/gnutls_aead_cipher_set_key
@@ -0,0 +1,16 @@
+
+
+
+
+@deftypefun {int} {gnutls_aead_cipher_set_key} (gnutls_aead_cipher_hd_t @var{handle}, const gnutls_datum_t * @var{key})
+@var{handle}: is a @code{gnutls_aead_cipher_hd_t} type.
+
+@var{key}: The key to be used for encryption
+
+This function will set a new key without re-initializing the
+context.
+
+@strong{Returns:} Zero or a negative error code on error.
+
+@strong{Since:} 3.7.5
+@end deftypefun