Searched defs:conf_req (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c214 int conf_req, /* True to request privacy */
264 if ((*minor = __QOPSeal(wrap->mic.qop, input, conf_req,
211 __dh_gss_seal(void * ctx, OM_uint32 *minor, gss_ctx_id_t context, int conf_req, int qop_req, gss_buffer_t input, int *conf_state, gss_buffer_t output ) argument
H A Dcontext.c280 int conf_req, /* True if confidentiality is wanted */
313 if (conf_req)
340 /* We need to pad to pad bytes for encryption (=1 if conf_req = 0) */
277 __dh_gss_wrap_size_limit(void *ctx, OM_uint32 *minor, gss_ctx_id_t context, int conf_req, gss_qop_t qop_req, OM_uint32 output_size, OM_uint32 *input_size ) argument
H A Dcrypto.c496 int conf_req, /* Do we want privacy ? */
501 _NOTE(ARGUNUSED(conf_req,keys))
543 * buffer. If conf_req is true we return DH_CIPHER_FAILURE since we don't
549 int conf_req, /* Is the message encrypted */
550 dh_key_set_t keys, /* The session keys to decrypt if conf_req */
565 if (conf_req)
494 __QOPSeal(dh_qop_t qop, gss_buffer_t input, int conf_req, dh_key_set_t keys, gss_buffer_t output, int *conf_ret ) argument
547 __QOPUnSeal(dh_qop_t qop, gss_buffer_t input, int conf_req, dh_key_set_t keys, gss_buffer_t output ) argument

Completed in 56 milliseconds