1gnutls_tpm_key_list_get_url(3) gnutls gnutls_tpm_key_list_get_url(3)
2
3
4
6 gnutls_tpm_key_list_get_url - API function
7
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
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
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
29 GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned.
30
32 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative
33 error value.
34
36 3.1.0
37
39 Report bugs to <bugs@gnutls.org>.
40 Home page: http://www.gnutls.org
41
42
44 Copyright © 2001-2018 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
47 notice and this notice are preserved.
48
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 http://www.gnutls.org/manual/
55
56gnutls 3.6.5 gnutls_tpm_key_list_get_url(3)