Searched defs:gss_seal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_seal.c26 * glue routine for gss_seal
70 gss_seal(minor_status, function
106 if (mech->gss_seal) {
107 status = mech->gss_seal(
145 return gss_seal(minor_status, (gss_ctx_id_t)context_handle,
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h343 * Note: there are two gss_seal's in here. Make any changes to both.
345 OM_uint32 (*gss_seal) member in struct:gss_config
755 (*(KCTX_TO_MECH(ctx)->gss_seal))(KCTX_TO_PRIVATE(ctx), minor_st, \

Completed in 59 milliseconds