summaryrefslogtreecommitdiff
path: root/static/netbsd/man3/Tspi_Context_Create.3
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
commit253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch)
treeadf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man3/Tspi_Context_Create.3
parenta9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff)
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man3/Tspi_Context_Create.3')
-rw-r--r--static/netbsd/man3/Tspi_Context_Create.366
1 files changed, 66 insertions, 0 deletions
diff --git a/static/netbsd/man3/Tspi_Context_Create.3 b/static/netbsd/man3/Tspi_Context_Create.3
new file mode 100644
index 00000000..1a7cd480
--- /dev/null
+++ b/static/netbsd/man3/Tspi_Context_Create.3
@@ -0,0 +1,66 @@
+.\" Copyright (C) 2005 International Business Machines Corporation
+.\" Written by Kent Yoder based on the Trusted Computing Group Software Stack Specification Version 1.1 Golden
+.\"
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
+..
+.TH "Tspi_Context_Create" 3 "2004-05-26" "TSS 1.1" "TCG Software Stack Developer's Reference"
+.SH NAME
+Tspi_Context_Create \- create a TSP context handle.
+.SH "SYNOPSIS"
+.ad l
+.hy 0
+.nf
+.B #include <tss/platform.h>
+.B #include <tss/tcpa_defines.h>
+.B #include <tss/tcpa_typedef.h>
+.B #include <tss/tcpa_struct.h>
+.B #include <tss/tss_typedef.h>
+.B #include <tss/tss_structs.h>
+.B #include <tss/tspi.h>
+.sp
+.BI "TSS_RESULT Tspi_Context_Create(TSS_HCONTEXT* " phContext ");"
+.fi
+.sp
+.ad
+.hy
+.SH "DESCRIPTION"
+.PP
+\fBTspi_Context_Create\fR creates a handle to a new context object. The context is then used by other API functions to track resources related to it.
+.SH "PARAMETERS"
+.PP
+.SS phContext
+Receives the handle to the created context object.
+
+.SH "RETURN CODES"
+.PP
+\fBTspi_Context_Create\fR returns TSS_SUCCESS on success, otherwise one of the following values are returned:
+.TP
+.SM TSS_E_INTERNAL_ERROR - An internal error occurred in the TSS.
+
+.SH "CONFORMING TO"
+
+.PP
+\fBTspi_Context_Create\fR conforms to the Trusted Computing Group Software Specification version 1.1 Golden
+.SH "SEE ALSO"
+
+.PP
+\fBTspi_Context_Close\fR(3), \fBTspi_Context_Connect\fR(3).
+
+
+