Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_unwrap_iov.c62 gss_unwrap_iov(OM_uint32 * minor_status, gss_ctx_id_t context_handle, in gss_unwrap_iov() function
88 if (mech->gss_unwrap_iov) { in gss_unwrap_iov()
89 status = mech->gss_unwrap_iov( in gss_unwrap_iov()
H A Dg_unwrap_aead.c93 assert(mech->gss_unwrap_iov); in gssint_unwrap_aead_iov_shim()
95 status = mech->gss_unwrap_iov(minor_status, context_handle, conf_state, in gssint_unwrap_aead_iov_shim()
140 } else if (mech->gss_unwrap_iov) { in gssint_unwrap_aead()
H A Dg_unseal.c83 } else if (mech->gss_unwrap_aead || mech->gss_unwrap_iov) { in gss_unwrap()
H A DmglueP.h420 OM_uint32 (KRB5_CALLCONV *gss_unwrap_iov)
H A Dg_initialize.c746 GSS_ADD_DYNAMIC_METHOD_NOLOOP(dl, mech, gss_unwrap_iov); in build_dynamicMech()
/src/crypto/heimdal/doc/doxyout/gssapi/
H A Dmanpages12 gssapi/man/man3/gss_unwrap_iov.3
/src/crypto/krb5/src/lib/gssapi/
H A Dlibgssapi_krb5.exports148 gss_unwrap_iov
/src/crypto/heimdal/lib/gssapi/
H A Dversion-script.map90 gss_unwrap_iov;
H A Dtest_context.c403 maj_stat = gss_unwrap_iov(&min_stat, sctx, &conf_state2, &qop_state, in wrapunwrap_iov()
/src/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c85 gss_unwrap_iov(OM_uint32 *minor_status, in gss_unwrap_iov() function
/src/crypto/krb5/src/lib/
H A Dgssapi32.def135 gss_unwrap_iov @103
/src/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi_ext.h335 OM_uint32 KRB5_CALLCONV gss_unwrap_iov
/src/krb5/lib/gssapi/
H A Dversion.map76 gss_unwrap_iov;
/src/crypto/heimdal/lib/gssapi/spnego/
H A Dcontext_stubs.c681 return gss_unwrap_iov(minor_status,
/src/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h927 gss_unwrap_iov(OM_uint32 *, gss_ctx_id_t, int *, gss_qop_t *,
/src/crypto/heimdal/appl/gssmask/
H A Dgssmask.c1013 maj_stat = gss_unwrap_iov(&min_stat, ctx, &conf_state, &qop_state, in HandleOP()
/src/crypto/krb5/src/lib/gssapi/spnego/
H A Dspnego_mech.c2554 ret = gss_unwrap_iov(minor_status, in spnego_gss_unwrap_iov()