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

/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c208 int conf_req, /* True to request privacy */
257 if ((*minor = __QOPSeal(wrap->mic.qop, input, conf_req,
205 __dh_gss_seal( 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.c268 int conf_req, /* True if confidentiality is wanted */
300 if (conf_req)
327 /* We need to pad to pad bytes for encryption (=1 if conf_req = 0) */
265 __dh_gss_wrap_size_limit( 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.c506 int conf_req, /* Do we want privacy ? */
511 _NOTE(ARGUNUSED(conf_req,keys))
553 * buffer. If conf_req is true we return DH_CIPHER_FAILURE since we don't
559 int conf_req, /* Is the message encrypted */
560 dh_key_set_t keys, /* The session keys to decrypt if conf_req */
575 if (conf_req)
504 __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
557 __QOPUnSeal(dh_qop_t qop, gss_buffer_t input, int conf_req, dh_key_set_t keys, gss_buffer_t output ) argument

Completed in 23 milliseconds