doxygen
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24728 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -8,15 +8,21 @@ RCSID("$Id$");
|
|||||||
/**
|
/**
|
||||||
* Encrypts or sign the data.
|
* Encrypts or sign the data.
|
||||||
*
|
*
|
||||||
* There can only be one GSS_IOV_BUFFER_TYPE_DATA buffer.
|
* The maximum packet size is gss_context_stream_sizes.max_msg_size.
|
||||||
* There can be as 0 or more GSS_IOV_BUFFER_TYPE_SIGN_ONLY buffers.
|
|
||||||
*
|
*
|
||||||
* The caller needs provide either:
|
* The caller needs provide the folloing buffers:
|
||||||
*
|
*
|
||||||
* - one GSS_IOV_BUFFER_TYPE_HEADER, one GSS_IOV_BUFFER_TYPE_PADDING, andd one GSS_IOV_BUFFER_TYPE_TRAILER
|
* - HEADER (of size gss_context_stream_sizes.header)
|
||||||
* - on DCE-RPC mode, only one GSS_IOV_BUFFER_TYPE_HEADER may be given
|
* SIGN_ONLY (optional, zero or more)
|
||||||
|
* DATA
|
||||||
|
* SIGN_ONLY (optional, zero or more)
|
||||||
|
* PADDING (of size gss_context_stream_sizes.blocksize)
|
||||||
|
* TRAILER (of size gss_context_stream_sizes.trailer)
|
||||||
*
|
*
|
||||||
* To generate gss_wrap() comptaible headers, use: HEADER | DATA | PADDING | TRAILER
|
* - on DCE-RPC mode, the caller can skip PADDING and TRAILER if the
|
||||||
|
* DATA elements is padded to a block bountry.
|
||||||
|
*
|
||||||
|
* To generate gss_wrap() compatible packets, use: HEADER | DATA | PADDING | TRAILER
|
||||||
*
|
*
|
||||||
* The input sizes of HEADER, PADDING and TRAILER can be fetched using gss_wrap_iov_length() or
|
* The input sizes of HEADER, PADDING and TRAILER can be fetched using gss_wrap_iov_length() or
|
||||||
* gss_context_query_attributes().
|
* gss_context_query_attributes().
|
||||||
|
Reference in New Issue
Block a user