summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_kx_get_id
blob: 74ba631e78f4322963289f082c0aa1113001f031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@deftypefun {gnutls_kx_algorithm_t} {gnutls_kx_get_id} (const char * @var{name})
@var{name}: is a KX name

Convert a string to a @code{gnutls_kx_algorithm_t}  value.  The names are
compared in a case insensitive way.

@strong{Returns:} an id of the specified KX algorithm, or @code{GNUTLS_KX_UNKNOWN} 
on error.
@end deftypefun