1gnutls_privkey_import_tpm_raw(3) gnutls gnutls_privkey_import_tpm_raw(3)
2
3
4
6 gnutls_privkey_import_tpm_raw - API function
7
9 #include <gnutls/abstract.h>
10
11 int gnutls_privkey_import_tpm_raw(gnutls_privkey_t pkey, const
12 gnutls_datum_t * fdata, gnutls_tpmkey_fmt_t format, const char *
13 srk_password, const char * key_password, unsigned int flags);
14
16 gnutls_privkey_t pkey
17 The private key
18
19 const gnutls_datum_t * fdata
20 The TPM key to be imported
21
22 gnutls_tpmkey_fmt_t format
23 The format of the private key
24
25 const char * srk_password
26 The password for the SRK key (optional)
27
28 const char * key_password
29 A password for the key (optional)
30
31 unsigned int flags
32 should be zero
33
35 This function will import the given private key to the abstract
36 gnutls_privkey_t type.
37
38 With respect to passwords the same as in
39 gnutls_privkey_import_tpm_url() apply.
40
42 On success, GNUTLS_E_SUCCESS [22m(0) is returned, otherwise a negative
43 error value.
44
46 3.1.0
47
49 Report bugs to <bugs@gnutls.org>.
50 Home page: https://www.gnutls.org
51
52
54 Copyright © 2001-2020 Free Software Foundation, Inc., and others.
55 Copying and distribution of this file, with or without modification,
56 are permitted in any medium without royalty provided the copyright
57 notice and this notice are preserved.
58
60 The full documentation for gnutls is maintained as a Texinfo manual.
61 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
62 visit
63
64 https://www.gnutls.org/manual/
65
66gnutls 3.6.13 gnutls_privkey_import_tpm_raw(3)