gss_wrap_iov_length
maj_stat = gss_wrap_iov_length(&min_stat, ctx, flags, 0, &conf_state,
gss_wrap_iov_length(OM_uint32 *, gss_ctx_id_t, int, gss_qop_t, int *,
return gss_wrap_iov_length(minor_status, ctx->negotiated_ctx_id,
OM_uint32 KRB5_CALLCONV gss_wrap_iov_length
GSS_ADD_DYNAMIC_METHOD_NOLOOP(dl, mech, gss_wrap_iov_length);
(mech->gss_wrap_iov && mech->gss_wrap_iov_length)) {
assert(mech->gss_wrap_iov_length);
status = mech->gss_wrap_iov_length(minor_status, context_handle,
else if (mech->gss_wrap_iov_length)
assert(mech->gss_wrap_iov_length);
status = mech->gss_wrap_iov_length(minor_status, context_handle,
} else if (mech->gss_wrap_iov && mech->gss_wrap_iov_length) {
if (mech->gss_wrap_iov_length) {
status = mech->gss_wrap_iov_length(
OM_uint32 (KRB5_CALLCONV *gss_wrap_iov_length)
ret = gss_wrap_iov_length(minor_status,