summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_aead_cipher_deinit
blob: 97a4df8cedfdaa502290bb435d901ed044130de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@deftypefun {void} {gnutls_aead_cipher_deinit} (gnutls_aead_cipher_hd_t @var{handle})
@var{handle}: is a @code{gnutls_aead_cipher_hd_t}  type.

This function will deinitialize all resources occupied by the given
authenticated-encryption context.

@strong{Since:} 3.4.0
@end deftypefun