Home
last modified time | relevance | path

Searched refs:gss_wrap_iov_length (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/doc/doxyout/gssapi/
H A Dmanpages15 gssapi/man/man3/gss_wrap_iov_length.3
/freebsd/crypto/heimdal/lib/gssapi/
H A Dversion-script.map96 gss_wrap_iov_length;
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c128 gss_wrap_iov_length(OM_uint32 * minor_status, in gss_wrap_iov_length() function
/freebsd/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h931 gss_wrap_iov_length(OM_uint32 *, gss_ctx_id_t, int, gss_qop_t, int *,
/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Dcontext_stubs.c703 return gss_wrap_iov_length(minor_status, ctx->negotiated_ctx_id,
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c929 maj_stat = gss_wrap_iov_length(&min_stat, ctx, flags, 0, &conf_state, in HandleOP()