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