Home
last modified time | relevance | path

Searched refs:gss_wrap_iov (Results 1 – 17 of 17) sorted by relevance

/src/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_wrap_iov.c63 gss_wrap_iov(OM_uint32 * minor_status, gss_ctx_id_t context_handle, in gss_wrap_iov() function
90 if (mech->gss_wrap_iov) { in gss_wrap_iov()
91 status = mech->gss_wrap_iov( in gss_wrap_iov()
H A Dg_wrap_aead.c164 assert(mech->gss_wrap_iov); in gssint_wrap_aead_iov_shim()
166 status = mech->gss_wrap_iov(minor_status, context_handle, in gssint_wrap_aead_iov_shim()
203 } else if (mech->gss_wrap_iov && mech->gss_wrap_iov_length) { in gssint_wrap_aead()
H A Dg_seal.c111 (mech->gss_wrap_iov && mech->gss_wrap_iov_length)) { in gss_wrap()
H A DmglueP.h409 OM_uint32 (KRB5_CALLCONV *gss_wrap_iov)
H A Dg_initialize.c745 GSS_ADD_DYNAMIC_METHOD_NOLOOP(dl, mech, gss_wrap_iov); in build_dynamicMech()
/src/crypto/heimdal/doc/doxyout/gssapi/
H A Dmanpages14 gssapi/man/man3/gss_wrap_iov.3
/src/crypto/krb5/src/lib/gssapi/
H A Dlibgssapi_krb5.exports155 gss_wrap_iov
/src/crypto/heimdal/lib/gssapi/
H A Dversion-script.map95 gss_wrap_iov;
H A Dtest_context.c358 maj_stat = gss_wrap_iov(&min_stat, cctx, dce_style_flag || flags & USE_CONF, 0, &conf_state, in wrapunwrap_iov()
/src/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c47 gss_wrap_iov(OM_uint32 * minor_status, in gss_wrap_iov() function
/src/crypto/krb5/src/lib/
H A Dgssapi32.def137 gss_wrap_iov @105
/src/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi_ext.h314 OM_uint32 KRB5_CALLCONV gss_wrap_iov
/src/krb5/lib/gssapi/
H A Dversion.map81 gss_wrap_iov;
/src/crypto/heimdal/lib/gssapi/spnego/
H A Dcontext_stubs.c661 return gss_wrap_iov(minor_status, ctx->negotiated_ctx_id,
/src/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h922 gss_wrap_iov(OM_uint32 *, gss_ctx_id_t, int, gss_qop_t, int *,
/src/crypto/heimdal/appl/gssmask/
H A Dgssmask.c934 maj_stat = gss_wrap_iov(&min_stat, ctx, flags, 0, &conf_state, in HandleOP()
/src/crypto/krb5/src/lib/gssapi/spnego/
H A Dspnego_mech.c2530 ret = gss_wrap_iov(minor_status, in spnego_gss_wrap_iov()