Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_unseal.c42 return (gss_unwrap(minor_status, in gss_unseal()
H A Dgss_unwrap.c34 gss_unwrap(OM_uint32 *minor_status, in gss_unwrap() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dversion-script.map90 gss_unwrap;
H A Dlibgssapi-exports.def96 gss_unwrap
H A Dtest_context.c298 maj_stat = gss_unwrap(&min_stat, sctx, &output_token, in wrapunwrap()
442 maj_stat = gss_unwrap(&min_stat, sctx, &input, in wrapunwrap_iov()
496 maj_stat = gss_unwrap(&min_stat, sctx, &message, in wrapunwrap_aead()
H A DNTMakefile159 mech/gss_unwrap.c \
386 $(OBJ)\mech/gss_unwrap.obj \
H A DMakefile.am144 mech/gss_unwrap.c \
H A DMakefile.in251 mech/gss_unseal.lo mech/gss_unwrap.lo \
473 mech/$(DEPDIR)/gss_unseal.Plo mech/$(DEPDIR)/gss_unwrap.Plo \
1140 mech/gss_unwrap.c \
1658 mech/gss_unwrap.lo: mech/$(am__dirstamp) \
1949 @AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_unwrap.Plo@am__quote@ # am--include-marker
2655 -rm -f mech/$(DEPDIR)/gss_unwrap.Plo
2885 -rm -f mech/$(DEPDIR)/gss_unwrap.Plo
H A DChangeLog628 * ntlm/crypto.c: move gss_wrap/gss_unwrap here
2632 * verify_mic.c (gss_verify_mic), unwrap.c (gss_unwrap): initialize
/netbsd-src/crypto/external/bsd/heimdal/lib/libgssapi/
H A DMakefile158 mech/gss_unwrap.c \
262 gss_acquire_cred.3 gss_unwrap.3 \
/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_gssapi.c384 maj_s = gss_unwrap(&min_s, ms->gss_ctx, &input, &output, NULL, NULL); in saslc__mech_gssapi_decode()
524 maj_s = gss_unwrap(&min_s, ms->gss_ctx, inbuf, outbuf, NULL, NULL); in unwrap_input_token()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dgssapi-client.c224 if (gss_unwrap (&stat_min, gd->gcontext, &inbuf, &outbuf, &conf, NULL) in cvs_gssapi_wrap_input()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Dcontext_stubs.c259 return gss_unwrap(minor_status, in _gss_spnego_unwrap()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/
H A Dgssapi.h563 GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_unwrap
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dgssapi.c604 maj_stat = gss_unwrap(&min_stat, gps->gss_context, hash_in, hash_out, in gssapi_unwraphash()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dgssapi.c274 gss_rc = gss_unwrap(&minor_status, gss_ctx, in sb_sasl_gssapi_decode()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Drpc.c891 maj_stat = gss_unwrap(&min_stat, gctx.ctx, &gin, &gout, in process_stream()