~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_privkey_import_tpm_raw.3

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_privkey_import_tpm_raw" 3 "3.2.2" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_privkey_import_tpm_raw \- API function
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/abstract.h>
 
7
.sp
 
8
.BI "int gnutls_privkey_import_tpm_raw(gnutls_privkey_t " pkey ", const gnutls_datum_t * " fdata ", gnutls_tpmkey_fmt_t " format ", const char * " srk_password ", const char * " key_password ", unsigned int " flags ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_privkey_t pkey" 12
 
11
The private key
 
12
.IP "const gnutls_datum_t * fdata" 12
 
13
The TPM key to be imported
 
14
.IP "gnutls_tpmkey_fmt_t format" 12
 
15
The format of the private key
 
16
.IP "const char * srk_password" 12
 
17
The password for the SRK key (optional)
 
18
.IP "const char * key_password" 12
 
19
A password for the key (optional)
 
20
.IP "unsigned int flags" 12
 
21
should be zero
 
22
.SH "DESCRIPTION"
 
23
This function will import the given private key to the abstract
 
24
\fBgnutls_privkey_t\fP structure. 
 
25
 
 
26
With respect to passwords the same as in \fBgnutls_privkey_import_tpm_url()\fP apply.
 
27
.SH "RETURNS"
 
28
On success, \fBGNUTLS_E_SUCCESS\fP (0) is returned, otherwise a
 
29
negative error value.
 
30
.SH "SINCE"
 
31
3.1.0
 
32
.SH "REPORTING BUGS"
 
33
Report bugs to <bug-gnutls@gnu.org>.
 
34
.br
 
35
General guidelines for reporting bugs: http://www.gnu.org/gethelp/
 
36
.br
 
37
GnuTLS home page: http://www.gnu.org/software/gnutls/
 
38
 
 
39
.SH COPYRIGHT
 
40
Copyright \(co 2001-2013 Free Software Foundation, Inc..
 
41
.br
 
42
Copying and distribution of this file, with or without modification,
 
43
are permitted in any medium without royalty provided the copyright
 
44
notice and this notice are preserved.
 
45
.SH "SEE ALSO"
 
46
The full documentation for
 
47
.B gnutls
 
48
is maintained as a Texinfo manual.  If the
 
49
.B info
 
50
and
 
51
.B gnutls
 
52
programs are properly installed at your site, the command
 
53
.IP
 
54
.B info gnutls
 
55
.PP
 
56
should give you access to the complete manual.
 
57
As an alternative you may obtain the manual from:
 
58
.IP
 
59
.B http://www.gnu.org/software/gnutls/manual/
 
60
.PP