Blame doc/functions/gnutls_cipher_get_iv_size

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {unsigned} {gnutls_cipher_get_iv_size} (gnutls_cipher_algorithm_t @var{algorithm})
Packit Service 4684c1
@var{algorithm}: is an encryption algorithm
Packit Service 4684c1
Packit Service 4684c1
This function returns the size of the initialization vector (IV) for the
Packit Service 4684c1
provided algorithm. For algorithms with variable size IV (e.g., AES-CCM),
Packit Service 4684c1
the returned size will be the one used by TLS.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} block size for encryption algorithm.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 3.2.0
Packit Service 4684c1
@end deftypefun