Searched refs:gss_unwrap (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
H A D | gss_unseal.c | 42 return (gss_unwrap(minor_status, in gss_unseal()
|
H A D | gss_unwrap.c | 34 gss_unwrap(OM_uint32 *minor_status, in gss_unwrap() function
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
H A D | version-script.map | 90 gss_unwrap;
|
H A D | libgssapi-exports.def | 96 gss_unwrap
|
H A D | test_context.c | 298 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 D | NTMakefile | 159 mech/gss_unwrap.c \ 386 $(OBJ)\mech/gss_unwrap.obj \
|
H A D | Makefile.am | 144 mech/gss_unwrap.c \
|
H A D | Makefile.in | 251 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 D | ChangeLog | 628 * 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 D | Makefile | 158 mech/gss_unwrap.c \ 262 gss_acquire_cred.3 gss_unwrap.3 \
|
/netbsd-src/crypto/external/bsd/libsaslc/dist/src/ |
H A D | mech_gssapi.c | 384 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 D | gssapi-client.c | 224 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 D | context_stubs.c | 259 return gss_unwrap(minor_status, in _gss_spnego_unwrap()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/ |
H A D | gssapi.h | 563 GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_unwrap
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | gssapi.c | 604 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 D | gssapi.c | 274 gss_rc = gss_unwrap(&minor_status, gss_ctx, in sb_sasl_gssapi_decode()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | rpc.c | 891 maj_stat = gss_unwrap(&min_stat, gctx.ctx, &gin, &gout, in process_stream()
|