Searched refs:conf_req (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | crypto.h | 60 __QOPSeal(dh_qop_t qop, gss_buffer_t input, int conf_req, 64 __QOPUnSeal(dh_qop_t qop, gss_buffer_t input, int conf_req,
|
H A D | crypto.c | 496 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 D | context.c | 280 int conf_req, /* True if confidentiality is wanted */ in __dh_gss_wrap_size_limit() argument 313 if (conf_req) in __dh_gss_wrap_size_limit()
|
H A D | MICwrap.c | 214 int conf_req, /* True to request privacy */ in __dh_gss_seal() argument 264 if ((*minor = __QOPSeal(wrap->mic.qop, input, conf_req, in __dh_gss_seal()
|
/titanic_50/usr/src/uts/common/gssapi/include/ |
H A D | mechglueP.h | 754 #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, \
|