1gnutls_tpm_key_list_get_url(3)      gnutls      gnutls_tpm_key_list_get_url(3)
2
3
4

NAME

6       gnutls_tpm_key_list_get_url - API function
7

SYNOPSIS

9       #include <gnutls/tpm.h>
10
11       int  gnutls_tpm_key_list_get_url(gnutls_tpm_key_list_t  list,  unsigned
12       int idx, char ** url, unsigned int flags);
13

ARGUMENTS

15       gnutls_tpm_key_list_t list
16                   a list of the keys
17
18       unsigned int idx
19                   The index of the key (starting from zero)
20
21       char ** url The URL to be returned
22
23       unsigned int flags
24                   should be zero
25

DESCRIPTION

27       This function will return for each given index a URL of the correspond‐
28       ing  key.   If  the  provided  index is out of bounds then GNUTLS_E_RE‐
29       QUESTED_DATA_NOT_AVAILABLE is returned.
30

RETURNS

32       On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative  er‐
33       ror value.
34

SINCE

36       3.1.0
37

REPORTING BUGS

39       Report bugs to <bugs@gnutls.org>.
40       Home page: https://www.gnutls.org
41
42
44       Copyright © 2001- Free Software Foundation, Inc., and others.
45       Copying  and  distribution  of this file, with or without modification,
46       are permitted in any medium without royalty provided the copyright  no‐
47       tice and this notice are preserved.
48

SEE ALSO

50       The  full  documentation  for gnutls is maintained as a Texinfo manual.
51       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
52       visit
53
54       https://www.gnutls.org/manual/
55
56gnutls                               3.7.8      gnutls_tpm_key_list_get_url(3)
Impressum