1gnutls_privkey_import_tpm_raw(3)    gnutls    gnutls_privkey_import_tpm_raw(3)
2
3
4

NAME

6       gnutls_privkey_import_tpm_raw - API function
7

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

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   gnutls_privkey_im‐
39       port_tpm_url() apply.
40

RETURNS

42       On  success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative er‐
43       ror value.
44

SINCE

46       3.1.0
47

REPORTING BUGS

49       Report bugs to <bugs@gnutls.org>.
50       Home page: https://www.gnutls.org
51
52
54       Copyright © 2001- 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 no‐
57       tice and this notice are preserved.
58

SEE ALSO

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.7.8    gnutls_privkey_import_tpm_raw(3)
Impressum