blob: ac2f71f0cfdffbb770d5bb8416bba812a2a582cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {gnutls_cipher_algorithm_t} {gnutls_cipher_get_id} (const char * @var{name})
@var{name}: is a cipher algorithm name
The names are compared in a case insensitive way.
@strong{Returns:} return a @code{gnutls_cipher_algorithm_t} value corresponding to
the specified cipher, or @code{GNUTLS_CIPHER_UNKNOWN} on error.
@end deftypefun
|