1gnutls_pubkey_import_tpm_raw(3)     gnutls     gnutls_pubkey_import_tpm_raw(3)
2
3
4

NAME

6       gnutls_pubkey_import_tpm_raw - API function
7

SYNOPSIS

9       #include <gnutls/abstract.h>
10
11       int     gnutls_pubkey_import_tpm_raw(gnutls_pubkey_t     pkey,    const
12       gnutls_datum_t  *  fdata,  gnutls_tpmkey_fmt_t  format,  const  char  *
13       srk_password, unsigned int flags);
14

ARGUMENTS

16       gnutls_pubkey_t pkey
17                   The public 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       unsigned int flags
29                   One of the GNUTLS_PUBKEY_* flags
30

DESCRIPTION

32       This  function  will  import  the  public key from the provided TPM key
33       structure.
34
35       With respect to passwords the same as in gnutls_pubkey_import_tpm_url()
36       apply.
37

RETURNS

39       On  success,  GNUTLS_E_SUCCESS  (0)  is  returned, otherwise a negative
40       error value.
41

SINCE

43       3.1.0
44

REPORTING BUGS

46       Report bugs to <bugs@gnutls.org>.
47       Home page: http://www.gnutls.org
48
49
51       Copyright © 2001-2018 Free Software Foundation, Inc., and others.
52       Copying and distribution of this file, with  or  without  modification,
53       are  permitted  in  any  medium  without royalty provided the copyright
54       notice and this notice are preserved.
55

SEE ALSO

57       The full documentation for gnutls is maintained as  a  Texinfo  manual.
58       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
59       visit
60
61       http://www.gnutls.org/manual/
62
63gnutls                               3.6.5     gnutls_pubkey_import_tpm_raw(3)
Impressum