gss_wrap/gss_unwrap_aead implementation

Signed-off-by: Nicolas Williams <nico@twosigma.com>
This commit is contained in:
Luke Howard
2015-12-16 19:09:30 +11:00
committed by Nicolas Williams
parent 6b5933337b
commit 33ce593b6d
5 changed files with 208 additions and 0 deletions

View File

@@ -934,6 +934,13 @@ gss_wrap_iov_length(OM_uint32 *, gss_ctx_id_t, int, gss_qop_t, int *,
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
gss_release_iov_buffer(OM_uint32 *, gss_iov_buffer_desc *, int);
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
gss_wrap_aead(OM_uint32 *, gss_ctx_id_t, int, gss_qop_t,
gss_buffer_t, gss_buffer_t, int *, gss_buffer_t);
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
gss_unwrap_aead(OM_uint32 *, gss_ctx_id_t, gss_buffer_t,
gss_buffer_t, gss_buffer_t, int *, gss_qop_t *);
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
gss_export_cred(OM_uint32 * /* minor_status */,