Home
last modified time | relevance | path

Searched refs:conf_req (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.h58 __QOPSeal(dh_qop_t qop, gss_buffer_t input, int conf_req,
62 __QOPUnSeal(dh_qop_t qop, gss_buffer_t input, int conf_req,
H A Dcrypto.c496 int conf_req, /* Do we want privacy ? */ in __QOPSeal() argument
501 _NOTE(ARGUNUSED(conf_req,keys)) in __QOPSeal()
549 int conf_req, /* Is the message encrypted */ in __QOPUnSeal() argument
565 if (conf_req) in __QOPUnSeal()
H A Dcontext.c279 int conf_req, /* True if confidentiality is wanted */ in __dh_gss_wrap_size_limit() argument
312 if (conf_req) in __dh_gss_wrap_size_limit()
H A DMICwrap.c212 int conf_req, /* True to request privacy */ in __dh_gss_seal() argument
262 if ((*minor = __QOPSeal(wrap->mic.qop, input, conf_req, in __dh_gss_seal()
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h754 #define KGSS_SEAL(minor_st, ctx, conf_req, qop, msg, conf_state, tkn) \ argument
756 KCTX_TO_CTX(ctx), conf_req, qop, msg, conf_state, tkn,\
790 #define KGSS_SEAL(minor_st, ctx, conf_req, qop, msg, conf_state, tkn) \ argument
792 KCTX_TO_CTX(ctx), conf_req, qop, msg, conf_state, tkn, \