Home
last modified time | relevance | path

Searched refs:gss_decapsulate_token (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libgssapi/
H A DSymbol.map26 gss_decapsulate_token;
H A Dgss_decapsulate_token.c36 gss_decapsulate_token(const gss_buffer_t input_token, gss_OID oid, in gss_decapsulate_token() function
H A DMakefile17 SRCS+= gss_decapsulate_token.c
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_decapsulate_token.c37 gss_decapsulate_token(gss_const_buffer_t input_token, in gss_decapsulate_token() function
/freebsd/crypto/heimdal/lib/gssapi/
H A Dversion-script.map32 gss_decapsulate_token;
H A DMakefile.am98 mech/gss_decapsulate_token.c \
H A DMakefile.in166 mech/gss_decapsulate_token.lo \
636 mech/gss_decapsulate_token.c \
1034 mech/gss_decapsulate_token.lo: mech/$(am__dirstamp) \
1448 -rm -f mech/gss_decapsulate_token.$(OBJEXT)
1449 -rm -f mech/gss_decapsulate_token.lo
1723 @AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_decapsulate_token.Plo@am__quote@
H A DChangeLog538 * mech/gss_decapsulate_token.c: Reset out variables using propper
/freebsd/include/gssapi/
H A Dgssapi.h779 OM_uint32 gss_decapsulate_token
/freebsd/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h907 gss_decapsulate_token(gss_const_buffer_t /* input_token */,
/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c514 ret = gss_decapsulate_token (input_token_buffer, in acceptor_start()