diff options
author | Günther Deschner <gdeschner@redhat.com> | 2012-08-24 17:44:05 +0200 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2012-08-29 18:51:57 +0200 |
commit | 04eabd49ad5fe2938672ce216d1117c9928df4b5 (patch) | |
tree | ba867bcb00a027b167d98dece031a30ad5506ac5 /proxy/src/client/gssapi_gpm.h | |
parent | 765ca9ec01320584a54005f6e6809bc1498be70b (diff) | |
download | gss-proxy-04eabd49ad5fe2938672ce216d1117c9928df4b5.tar.gz gss-proxy-04eabd49ad5fe2938672ce216d1117c9928df4b5.tar.xz gss-proxy-04eabd49ad5fe2938672ce216d1117c9928df4b5.zip |
Implement gpm_unwrap().
Diffstat (limited to 'proxy/src/client/gssapi_gpm.h')
-rw-r--r-- | proxy/src/client/gssapi_gpm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proxy/src/client/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h index 8098802..70da581 100644 --- a/proxy/src/client/gssapi_gpm.h +++ b/proxy/src/client/gssapi_gpm.h @@ -203,4 +203,10 @@ OM_uint32 gpm_wrap(OM_uint32 *minor_status, const gss_buffer_t input_message_buffer, int *conf_state, gss_buffer_t output_message_buffer); +OM_uint32 gpm_unwrap(OM_uint32 *minor_status, + gssx_ctx *context_handle, + const gss_buffer_t input_message_buffer, + gss_buffer_t output_message_buffer, + int *conf_state, + gss_qop_t *qop_state); #endif /* _GSSAPI_GPM_H_ */ |