Searched refs:max_input_size (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | wrap_size_limit.c | 102 qop_req, req_output_size, max_input_size) in krb5_gss_wrap_size_limit() argument 108 OM_uint32 *max_input_size; 116 if (!max_input_size) 174 *max_input_size = sz; 193 *max_input_size = (req_output_size - ohlen - overhead) & (~(OM_uint32)7); 195 *max_input_size = 0;
|
/titanic_50/usr/src/lib/libgss/ |
H A D | g_seal.c | 156 qop_req, req_output_size, max_input_size) in gss_wrap_size_limit() argument 162 OM_uint32 *max_input_size; 175 if (max_input_size == NULL) 195 max_input_size);
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss_misc.c | 317 OM_uint32 max_input_size; local 329 max_tp_unit_len, &max_input_size); 335 if ((int)max_input_size <= 0) 338 ret_val = (int)(max_input_size);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/nca/ |
H A D | ncab2clf.c | 581 ssize_t max_input_size, num_bytes_read; in b2clf_buf() local 599 max_input_size = (ssize_t)isize - sizeof (nca_log_buf_hdr_t); in b2clf_buf() 609 (num_bytes_read >= max_input_size)) { in b2clf_buf()
|
/titanic_50/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | gssapiP_spnego.h | 471 OM_uint32 *max_input_size 482 OM_uint32 *max_input_size
|
H A D | spnego_mech.c | 2495 OM_uint32 *max_input_size) in glue_spnego_gss_wrap_size_limit() argument 2502 max_input_size)); in glue_spnego_gss_wrap_size_limit() 2512 OM_uint32 *max_input_size) in spnego_gss_wrap_size_limit() argument 2520 max_input_size); in spnego_gss_wrap_size_limit()
|
/titanic_50/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapi.c | 833 OM_uint32 max_input_size; local 1336 &max_input_size); 1348 if (max_input_size < oparams->maxoutbuf) 1349 oparams->maxoutbuf = max_input_size; 1560 OM_uint32 max_input_size; local 1990 &max_input_size); 2003 if (max_input_size < oparams->maxoutbuf) 2004 oparams->maxoutbuf = max_input_size;
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | krb5_gss_glue.c | 1100 qop_req, req_output_size, max_input_size) in k5glue_wrap_size_limit() argument 1107 OM_uint32 *max_input_size; 1111 req_output_size, max_input_size));
|
/titanic_50/usr/src/lib/gss_mechs/mech_dummy/mech/ |
H A D | dmech.c | 1171 qop_req, req_output_size, max_input_size) in dummy_gss_wrap_size_limit() argument 1178 OM_uint32 *max_input_size; 1181 *max_input_size = req_output_size;
|