summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue/gpp_priv_integ.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/mechglue/gpp_priv_integ.c')
-rw-r--r--proxy/src/mechglue/gpp_priv_integ.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/proxy/src/mechglue/gpp_priv_integ.c b/proxy/src/mechglue/gpp_priv_integ.c
index a27dae4..f3e9a5e 100644
--- a/proxy/src/mechglue/gpp_priv_integ.c
+++ b/proxy/src/mechglue/gpp_priv_integ.c
@@ -36,6 +36,8 @@ OM_uint32 gssi_wrap(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -68,6 +70,8 @@ OM_uint32 gssi_wrap_size_limit(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -100,6 +104,8 @@ OM_uint32 gssi_wrap_iov(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -132,6 +138,8 @@ OM_uint32 gssi_wrap_iov_length(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -165,6 +173,8 @@ OM_uint32 gssi_wrap_aead(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -197,6 +207,8 @@ OM_uint32 gssi_unwrap(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -228,6 +240,8 @@ OM_uint32 gssi_unwrap_iov(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -259,6 +273,8 @@ OM_uint32 gssi_unwrap_aead(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -290,6 +306,8 @@ OM_uint32 gssi_get_mic(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;
@@ -322,6 +340,8 @@ OM_uint32 gssi_verify_mic(OM_uint32 *minor_status,
struct gpp_context_handle *ctx_handle;
OM_uint32 maj, min;
+ GSSI_TRACE();
+
ctx_handle = (struct gpp_context_handle *)context_handle;
if (!ctx_handle) {
return GSS_S_CALL_INACCESSIBLE_READ;